diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2018-12-11 10:07:05 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2018-12-11 10:07:42 +0800 |
commit | d289dae2939849c171630bc7236786e93613534e (patch) | |
tree | 6891dd70fbd3c215c8f11b05f2c32de587754c7f | |
parent | 94e92a803c20a30582a2d42a99bae40a32352368 (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>
-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} |