From 4d2152ad5143a24be7e9d189caeebf84f3de93c6 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Fri, 17 Jul 2020 16:15:24 +0100 Subject: [PATCH] Change alpha version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd9acafdf..9f65dd852 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ stages: env: global: - # Release version has to start with real version (6.3.0-....) for the docker image to build successfully. - - RELEASE_VERSION=2.0.0-A1 + # Release version has to start with real version (2.0.0-....) for the docker image to build successfully. + - RELEASE_VERSION=2.0.0-A2 - DEVELOPMENT_VERSION=2.0.0-SNAPSHOT # This should not be required on community build