diff options
author | 2019-06-14 11:20:13 +0200 | |
---|---|---|
committer | 2019-06-14 11:23:10 +0200 | |
commit | 0986bb72923ba59839b3e0e656ce82c451126820 (patch) | |
tree | 93a7eb9246fdccdef207671839b491f2a55f66a4 /version.properties | |
parent | 5659bed931e5e4eb607eae77d60c37dc48b1421d (diff) |
Upversion in preparation of initial release
Issue-ID: AAI-2477
Change-Id: I476c3e329bb8ae247b3850d96c0f5b71da1cd190
Signed-off-by: Jimmy Forsyth <jf2512@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 77e67b1..99af342 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=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} |