From f629d7d8521e3714d0a9177e1f8b92aa066e5d46 Mon Sep 17 00:00:00 2001 From: statta Date: Tue, 17 Mar 2020 22:11:02 -0400 Subject: Portal GUI Stuck in "Loading..." Screen Issue-ID: PORTAL-857 Change-Id: I019fa686efa838e74b6accbf4602e70a0783b245 Signed-off-by: statta --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 756f8a39..f34034bc 100644 --- a/version.properties +++ b/version.properties @@ -2,8 +2,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=2 -minor=5 +major=3 +minor=2 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg