diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-10 14:03:29 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-10 14:04:00 -0500 |
commit | ffb74ac019aae806a4465bc0ddf9925b67fea905 (patch) | |
tree | 00f6fd5cf9dafff29088d47268bf48a479be7073 /version.properties | |
parent | 4b2e3aaea4253c33cd6490fd15e26e1ac054daa0 (diff) |
Bump version to 3.4.0 in parent
Issue-ID: POLICY-3105
Change-Id: Idae28ee3bf7caa53d288410d9bec3f22658663c3
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 2df87163..75658f78 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=3 -minor=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |