diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2019-01-10 22:14:25 -0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2019-01-11 01:11:47 -0800 |
commit | 014d38cd2e2431b08e53c1ea8dbc1d82f59257d3 (patch) | |
tree | 2a50fd1838a7560b91563bccef77036d80158131 /vio/version.properties | |
parent | 8dc3956aa616d9f2f5f6c3a4666dbcf6d8730b3f (diff) |
Bump version to 1.3.0 for Dublin
Bump version for Dublin release
Change-Id: I82ca9528c321e1615cdd5a855d46ba01556d0c6b
Issue-ID: MULTICLOUD-433
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Diffstat (limited to 'vio/version.properties')
-rw-r--r-- | vio/version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vio/version.properties b/vio/version.properties index cd12874..263e15c 100644 --- a/vio/version.properties +++ b/vio/version.properties @@ -18,8 +18,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=3 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |