Skip to content

Commit

Permalink
Zowe Suite v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 09be5b0 + 7ae7349 commit 4cc2d73
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -177,6 +177,6 @@ jobs:

- name: '[Prep Release] Bump version'
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/bump-zis-version@v2.x/main
uses: zowe-actions/zlux-builds/bump-zis-version@v3.x/main
env:
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}
2 changes: 1 addition & 1 deletion build/zis.proj.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROJECT="zis"
VERSION=3.0.0
VERSION=3.1.0
DYNLINK_PLUGIN_VERSION=11
DEPS=""
2 changes: 1 addition & 1 deletion build/zss.proj.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT="zss"
VERSION=3.0.0
VERSION=3.1.0
DEPS="QUICKJS LIBYAML"

QUICKJS="quickjs"

0 comments on commit 4cc2d73

Please sign in to comment.