diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-27 13:31:17 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-27 14:01:45 -0400 |
commit | f99558e7d913a3fdc277f37ea6547b22ba634548 (patch) | |
tree | e00fae588e5f5fe66f3e48eefec17fbd50af2629 /version.properties | |
parent | dddb21df67a01574c1c0ab7408299c467ba0b431 (diff) |
Fix docker image generation and tagging
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I749e22447b48c92cf4f2ee0f991ff39146f7b45d
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index f78f30b..45a2df9 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |