summaryrefslogtreecommitdiffstats
path: root/version.properties
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2021-02-17 17:19:06 -0500
committerwr148d <wr148d@att.com>2021-02-17 17:27:05 -0500
commit7c79475df8ac6231c9bf880da7b3d6050371bcaf (patch)
tree3753d0d4e73aa0425c3394003db13857447113d5 /version.properties
parent5ee7367a101143715c2869d72ea4a6fbf55f5af6 (diff)
Updated Sparky fe to be on 2.0.0
Issue-ID: AAI-3250 Change-Id: I575918dca511d7eeadec5b73f04be7eb2c8991d0 Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r--version.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties
index 5403b8c..af0373d 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major_version=1
-minor_version=8
+major_version=2
+minor_version=0
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}