diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-06-04 22:05:23 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-06-04 22:27:32 +0530 |
commit | 464fde5321ad1509cde33d25dc25b7e93d2c7185 (patch) | |
tree | 026b3d0a9e23515dc80fb80666e282069949aef0 | |
parent | c7e1fc136737f319d2c77fba539bc24c9f48ff9a (diff) |
Set version to 2.0.2
Issue-ID: CLI-114
Change-Id: Ia3f718dd4b63695d727870d93ef30418b8530d30
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | deployment/http/web/version.json | 2 | ||||
-rw-r--r-- | 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 |