Skip to content

Commit

Permalink
Create v3.2.0 release (#93)
Browse files Browse the repository at this point in the history
* Create v3.2.0 release

* Update release.yml
  • Loading branch information
astha-jain authored Aug 28, 2023
1 parent 227b600 commit dd5baed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand All @@ -31,7 +31,7 @@ jobs:
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v5.3.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var IBMCloudPluginVersion *version.PluginVersion

var (
// Version is the main version number that is being run at the moment.
Version = "v3.1.1"
Version = "v3.2.0"
VersionPrerelease = "dev"
)

Expand Down

0 comments on commit dd5baed

Please sign in to comment.