diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2019-05-09 10:12:13 +0800 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2019-05-09 10:12:16 +0800 |
commit | 8a9522e67bf975f305f0c198d552ca7d0da6dcd5 (patch) | |
tree | db8d8403f28eabd645494a2faf2c40887fcf15f2 /version.properties | |
parent | 4cd47877f91e4ca261115a8d8411c2f91e7456ce (diff) |
bump version to 1.2.5
Issue-ID: MSB-334
Change-Id: I2dc819c31525d7868c668c315078cac6d63172a6
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
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 00ef564..4fd02cd 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=0 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |