diff --git a/build/zis.proj.env b/build/zis.proj.env index c7b28edb..71ec6ee7 100644 --- a/build/zis.proj.env +++ b/build/zis.proj.env @@ -1,4 +1,4 @@ PROJECT="zis" -VERSION=2.16.0 -DYNLINK_PLUGIN_VERSION=9 +VERSION=2.17.0 +DYNLINK_PLUGIN_VERSION=10 DEPS="" diff --git a/build/zss.proj.env b/build/zss.proj.env index a1b363b4..756da404 100644 --- a/build/zss.proj.env +++ b/build/zss.proj.env @@ -1,5 +1,5 @@ PROJECT="zss" -VERSION=2.16.0 +VERSION=2.17.0 DEPS="QUICKJS LIBYAML" QUICKJS="quickjs" diff --git a/manifest.template.yaml b/manifest.template.yaml index 7fc8638d..c844992b 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.16.0 +version: 2.17.0 # Component version is defined in gradle.properties for Gradle project # Human readable component name title: Zowe System Services (ZSS)