From 20fc5574efd6d6ceb95ac9b1ccfc5a53f8179dca Mon Sep 17 00:00:00 2001 From: kaixiliu Date: Sun, 25 Jun 2023 11:22:35 +0800 Subject: Change the release version to 1.1.0 Issue-ID: USECASEUI-816 Signed-off-by: kaixiliu Change-Id: I00ccdce94f2240b9babbe7a951592c3b110453b9 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.properties') diff --git a/version.properties b/version.properties index 6c74c88..26a12ae 100644 --- a/version.properties +++ b/version.properties @@ -17,7 +17,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} -- cgit