diff --git a/build/zis.proj.env b/build/zis.proj.env index 71ec6ee7..b1bf03a7 100644 --- a/build/zis.proj.env +++ b/build/zis.proj.env @@ -1,4 +1,4 @@ PROJECT="zis" -VERSION=2.17.0 -DYNLINK_PLUGIN_VERSION=10 +VERSION=2.18.0 +DYNLINK_PLUGIN_VERSION=11 DEPS="" diff --git a/build/zss.proj.env b/build/zss.proj.env index 756da404..5140ad0d 100644 --- a/build/zss.proj.env +++ b/build/zss.proj.env @@ -1,5 +1,5 @@ PROJECT="zss" -VERSION=2.17.0 +VERSION=2.18.0 DEPS="QUICKJS LIBYAML" QUICKJS="quickjs" diff --git a/manifest.template.yaml b/manifest.template.yaml index c844992b..55b0ee45 100644 --- a/manifest.template.yaml +++ b/manifest.template.yaml @@ -3,7 +3,7 @@ name: zss # Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/. id: org.zowe.zss # Without the v -version: 2.17.0 +version: 2.18.0 # Component version is defined in gradle.properties for Gradle project # Human readable component name title: Zowe System Services (ZSS)