diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-26 11:09:20 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-26 11:10:57 -0400 |
commit | b45b74ea7832cc7f3b83072696f91ea41b470560 (patch) | |
tree | 1aa1189abf3470f26e946fdfad3017bc6e2c1379 /version.properties | |
parent | a4ff7b8a6846734dafa9c55f37b081ee7e5efd24 (diff) |
Bump parent master to 3.3.0 SNAPSHOT
Bumping minor version now that guilin branch has been created.
Issue-ID: POLICY-2875
Change-Id: Ia0f4cad92dc81c9cbdc98bc40af68480bf2afa08
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 962a34da..2640898e 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=2 -patch=1 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |