diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-27 13:26:59 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-27 14:06:09 -0400 |
commit | 923f85537b509bb0befc296c2c8d40807a326296 (patch) | |
tree | 888916d574ba9cfd1da1a7a59f86f23092d4d67c /version.properties | |
parent | 2a72226cf71344b12cb53e67782855dfba9e9d01 (diff) |
Bump common master to 1.8.0 SNAPSHOT
Bumping minor version now that guilin branch has been created.
Issue-ID: POLICY-2875
Change-Id: Id812dfd1406f8567a17ce4037eaa8cf8e7e4be26
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 f56901fc..11f03832 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=7 -patch=2 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} |