diff options
author | Jim Hahn <jrh3@att.com> | 2021-03-10 14:27:32 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-03-10 14:41:56 -0500 |
commit | 0b7b9cf9d557a649ab7931179b2c25d8474171b7 (patch) | |
tree | a7a67cf8945208af9cf9d8038e3680ef15145ab5 /version.properties | |
parent | ef4a13988a7f9e539980f7262ede9d042ac9c658 (diff) |
Bump version to 1.9.0 in common
Issue-ID: POLICY-3105
Change-Id: I1fd654fef96a1e41f150ea13baf39acc882f6bb2
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 b3f28cde..0986d1f0 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=8 -patch=1 +minor=9 +patch=0 base_version=${major}.${minor}.${patch} |