diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-03-09 18:28:13 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2021-03-09 18:28:13 +0800 |
commit | bf43529b242519e3c8c690820bba8dd4e8831d8a (patch) | |
tree | aadc999239bcd9dfc4c2c0ba22e8d02c00008fc0 /version.properties | |
parent | 74ade28e3e5d8bfa2d4d82ae394c98de034b8ec6 (diff) |
Init DB Using envsubst
Change-Id: I764626136258f3fb23561ee90a46653ebdbe9413
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}
|