From 12f0e28b55d8368f9c9a709ec8f831ed597a497a Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Mon, 9 Oct 2017 16:03:03 +0800 Subject: Change the Docker Version to 1.0.0 Change-Id: I0c0b6f77f5f9a79fab0f7293448667704645c031 Issue-ID: HOLMES-52 Signed-off-by: Guangrong Fu --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index e2595ba..cdcd1e9 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg