-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# What Resolving versioning issues: - v0.17.19 was incorrectly released (no version bump, but created in GitHub Releases) - v0.17.20 had it's version bumped but incorrectly to `v0.17.19`, marked correctly in GitHub Releases Making a clean break here to release `v0.17.21` both as version and as GitHub Release
- Loading branch information
1 parent
b217f4d
commit 3e3c647
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module ServerlessTools | ||
# When updating the version, also update the verion specified in the image tag | ||
# of the action.yml. | ||
VERSION = "0.17.19" | ||
VERSION = "0.17.21" | ||
end |