From bf43529b242519e3c8c690820bba8dd4e8831d8a Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Tue, 9 Mar 2021 18:28:13 +0800 Subject: Init DB Using envsubst Change-Id: I764626136258f3fb23561ee90a46653ebdbe9413 Issue-ID: HOLMES-396 Signed-off-by: GuangrongFu --- version.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index e4b2e4a..70bc126 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=9 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg