mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-29 09:43:22 +00:00
chore: bump for bugfix release
This commit is contained in:
parent
7fc3f4a569
commit
ac7c97442e
@ -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
|
||||
|
2
vars.go
2
vars.go
@ -11,7 +11,7 @@ var (
|
||||
|
||||
// Version info
|
||||
var (
|
||||
ver = "v2.3.2"
|
||||
ver = "v2.3.3"
|
||||
releaseName = "Alyssum"
|
||||
|
||||
gitCommit string
|
||||
|
Loading…
x
Reference in New Issue
Block a user