diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-22 11:10:57 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-08-22 11:10:57 +0800 |
commit | b01bc3bd3a5a9b4ab69e8c8591782e62c40c9675 (patch) | |
tree | 13d716932bc2ff5691da019f65082de00dd80f1e /version.properties | |
parent | 7d5635de42ef5fb87ba213d1e95609cbe37f1dd1 (diff) |
Updated the version to 1.2.0-SNAPSHOT
Change-Id: I9d8e528c17feaab0d1bcc910ec874d049f222bfd
Issue-ID: HOLMES-161
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index e2595ba..08f1f93 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
|