diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-26 16:53:04 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-27 13:28:59 -0400 |
commit | ee142f53056dc67886cbf71ffc9759ef1ad4a203 (patch) | |
tree | eaa9647ad1a787e1af8504fc5292b78bce057fc0 /version.properties | |
parent | 07ea6738ff64b3f4f1792d0e17b626378e5ac83d (diff) |
Bump models master to 2.4.0 SNAPSHOT
Bumping minor version now that guilin branch has been created.
Issue-ID: POLICY-2875
Change-Id: Iec7868062610a3acca6f883f999615ccc109f850
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 0543f6801..ee5d4d0e3 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=3 -patch=6 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |