diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2018-12-11 10:07:05 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2018-12-11 02:16:03 +0000 |
commit | 3613ea8be7f6b773d313b72c7e21d18668dab80a (patch) | |
tree | 27a997197f1d5cf288a57977be8e2f08eb9f3576 | |
parent | 1910890afcb1bb63825fe505262839b061c75d19 (diff) |
Bump version to 1.2.2
Fix version.properties in root dir.
Change-Id: I89285f72eb9f7216b4e3592ffb436748fe13d7e6
Issue-ID: MULTICLOUD-402
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
(cherry picked from commit d289dae2939849c171630bc7236786e93613534e)
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index a3d3e96..c9206e9 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |