From 464fde5321ad1509cde33d25dc25b7e93d2c7185 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 4 Jun 2018 22:05:23 +0530 Subject: Set version to 2.0.2 Issue-ID: CLI-114 Change-Id: Ia3f718dd4b63695d727870d93ef30418b8530d30 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/http/web/version.json | 2 +- framework/src/main/resources/open-cli.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/http/web/version.json b/deployment/http/web/version.json index 6fce85a8..168ae006 100644 --- a/deployment/http/web/version.json +++ b/deployment/http/web/version.json @@ -1 +1 @@ -{"name": "oclip", "version": "2.0.0"} \ No newline at end of file +{"name": "oclip", "version": "2.0.2"} \ No newline at end of file diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index f365bbcc..d04af75d 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -13,7 +13,7 @@ # limitations under the License. cli.product_name=open-cli -cli.version=1.0 +cli.version=2.0.2 cli.discover_always=false #schema validation -- cgit 1.2.3-korg