diff options
author | dglFromAtt <dgl@research.att.com> | 2018-08-24 16:28:20 -0400 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-08-24 16:28:31 -0400 |
commit | f17031a9f6bf4913aa3ba86f4322b9ebc2183a87 (patch) | |
tree | ee8ebfc1de2be349e1c74c1b66671631612e917a /version.properties | |
parent | 9a73b27ac2fa5edc9cadf15c6af7262866c5312c (diff) |
Fix mistaken default
Change-Id: I44739c3d5f51444e88a69ded31edfb69f87b73bf
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-647
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 3ed3b8f..8add583 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=0 -patch=13 +patch=14 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins |