diff options
Diffstat (limited to 'vid-app-common/version.properties')
-rwxr-xr-x | vid-app-common/version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 146a672fe..6a0ca5f32 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -2,9 +2,9 @@ # 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=1
-minor=2
-patch=1
+major=2
+minor=0
+patch=0
base_version=${major}.${minor}.${patch}
|