From ac7c97442e89cc9247a0f43adf8b983e32d01f0c Mon Sep 17 00:00:00 2001 From: sammyette Date: Mon, 4 Nov 2024 06:54:09 -0400 Subject: [PATCH] chore: bump for bugfix release --- CHANGELOG.md | 5 +++-- vars.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d4df8f..adbf1210 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 5398eb81..55d71a79 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