diff options
author | Jim Hahn <jrh3@att.com> | 2019-09-16 16:51:15 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-09-16 16:51:15 -0400 |
commit | a210e7d9b68aa5becfcd487c9769154428b0e709 (patch) | |
tree | c8dc4a64a1563445d2ab7baad0df9b15af9d1ca9 /version.properties | |
parent | 9684fea0a4090f669a997fc172bfce09cadb39ff (diff) |
Bump versions in distribution master
Also added default branch to .gitreview to facilitate branching
in the future.
Change-Id: I37d40b122924c35ddfc2e18aed3b126f0dab819c
Issue-ID: POLICY-2045
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 71e8e440..d54fa5b8 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=2 -patch=1 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |