diff options
author | Jim Hahn <jrh3@att.com> | 2020-08-21 13:16:19 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-08-21 15:16:44 -0400 |
commit | 6811cf1dc5ad429397152c761cc84b30fc9fd488 (patch) | |
tree | 018369f0f63f2e509288fa8b4a87d01072553c49 /version.properties | |
parent | 0aff95c2b9b2532234c053f0068751c5a11f8746 (diff) |
Bump docker version to 2.1.0
Issue-ID: POLICY-2787
Change-Id: I8293c1684d6fa628f2a4866458a28ea0bb12bc9f
Signed-off-by: Jim Hahn <jrh3@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 bb52871b..614e56e9 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=0 -patch=2 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} |