aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-08-07 14:44:23 -0400
committerMichael Hwang <mhwang@research.att.com>2019-08-07 15:18:39 -0400
commit8bf6e3738f21a1a56a153f86d16f5f00148fa35d (patch)
tree4baebf0b9d184682309e1a3fb647d66f506e234f /version.properties
parent26be72a9a79f2f21a395bd2e67c47efce218510c (diff)
Fix run command to include full path to script
Change-Id: I1bd509fcc0950735ef1dba0291678aa0f57d3bc6 Issue-ID: DCAEGEN2-1718 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties
index fee4928..ef20baa 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT