diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-21 15:42:10 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-03-24 18:16:36 +0800 |
commit | a2d848814a715c33914ae99df5f9c187fb6d4e71 (patch) | |
tree | 34278d3ba601fd083f801cb0ad448649258a2772 /version.properties | |
parent | 3f5a611ad52dc9a14b5c3799de8b7777a5e1a6be (diff) |
update version to 1.2.6
Issue-ID: MSB-463
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I27f0b46e8c4c5a7ca83550fff7376c80b41d5078
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 2ddebb3..0cb18ba 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=0 -patch=0 +minor=2 +patch=6 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |