diff options
author | Li Zi <li.zi30@zte.com.cn> | 2017-08-25 02:25:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-25 02:25:08 +0000 |
commit | 71ef7dd040b057abb85521caeff0cf9154647086 (patch) | |
tree | 587f730a9b455beb616deb1c8de05bfc42d75e2a | |
parent | b385ed38d9b2547d1825bac5da4d803e4ee902b2 (diff) | |
parent | 5d7bc1a40e591465c5528bfe3bb5b6e0ef0c8b5d (diff) |
Merge "Fix the version in version property."
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 2391453..e2595ba 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=0
-patch=2
+minor=1
+patch=0
base_version=${major}.${minor}.${patch}
|