diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d4df8..adbf121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/vars.go b/vars.go index 5398eb8..55d71a7 100644 --- a/vars.go +++ b/vars.go @@ -11,7 +11,7 @@ var ( // Version info var ( - ver = "v2.3.2" + ver = "v2.3.3" releaseName = "Alyssum" gitCommit string