diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-03-09 18:32:02 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-03-09 18:32:02 +0800 |
commit | 5ce90575096bf2c894bde0dd5f6b99298c5e9e88 (patch) | |
tree | 7372dc0ab3f01cec1724d8259418034ee93c59b5 /version.properties | |
parent | 2c1498f1ce35a2d71186afd5a0f07a5ab26f96f8 (diff) |
Init DB Using envsubst
Change-Id: I2c4ef1518a2a739c2a4c44af1eeba5efb70aca9e
Issue-ID: HOLMES-396
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
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 e4b2e4a..70bc126 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=2
-patch=9
+minor=3
+patch=0
base_version=${major}.${minor}.${patch}
|