diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-07-14 18:34:45 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-07-14 18:35:19 +0000 |
commit | f2289c9d85db6659c2f3b9c46ecad6885959f4a8 (patch) | |
tree | 6c87b0893b7b235a8951fe96e7f1fc448f960e40 /version.properties | |
parent | a0d740ab9ad912986f95e68177449e1e3d015be7 (diff) |
Dynamic partition-key support
Change-Id: I6c5faf4a610813e1382da55f62b5a0f9da6db506
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1484
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 24828c2f..cedaba1f 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=7 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |