diff options
author | 2019-10-04 14:33:05 -0400 | |
---|---|---|
committer | 2019-10-04 14:38:59 -0400 | |
commit | 6d83774386b1ed99acf2fc2473d04f35d4364f4b (patch) | |
tree | 4215842be70e713012bb5b531d9f2cbeed8054d8 /version.properties | |
parent | 8600f67ae1e31fdfc4f3585be76e71ec24a1389f (diff) |
bumping version to get builds working
Issue-ID: INT-1292
Change-Id: I51e2b3fd53610f904cff34e1cfa88fc67a789f3b
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index b69e8d0..ade0917 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=0 +minor=5 +patch=1 base_version=${major}.${minor}.${patch} |