diff options
author | Jimmy Forsyth <jf2512@att.com> | 2017-03-10 15:53:54 -0500 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2017-03-10 15:53:54 -0500 |
commit | 088630c472efde97d178e024a729a0e1056cc7f8 (patch) | |
tree | 1c024c20747a0497be277c74e0842cca3116e1a8 | |
parent | 3cb817d38d72afaeb01f9f3f096b5b2e984c6001 (diff) |
[OS-144] Updating version on master
Change-Id: I90aacc664649980373aadbece996195fedfaa482
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | vid/version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index cdcd1e9ec..e2595ba14 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
diff --git a/vid/version.properties b/vid/version.properties index cdcd1e9ec..e2595ba14 100644 --- a/vid/version.properties +++ b/vid/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
|