chore: bump for bugfix release

pull/328/merge v2.3.3
sammyette 2024-11-04 06:54:09 -04:00
parent 7fc3f4a569
commit ac7c97442e
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# 🎀 Changelog
## Unreleased
## [2.3.3] - 2024-11-04
### Fixed
- Heredocs having issues
@ -780,7 +780,8 @@ This input for example will prompt for more input to complete:
First "stable" release of Hilbish.
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
[2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/Rosettea/Hilbish/compare/v2.2.3...v2.3.0
[2.2.3]: https://github.com/Rosettea/Hilbish/compare/v2.2.2...v2.2.3

View File

@ -11,7 +11,7 @@ var (
// Version info
var (
ver = "v2.3.2"
ver = "v2.3.3"
releaseName = "Alyssum"
gitCommit string