Skip to content

Commit ac7c974

Browse files
committed
chore: bump for bugfix release
1 parent 7fc3f4a commit ac7c974

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🎀 Changelog
22

3-
## Unreleased
3+
## [2.3.3] - 2024-11-04
44
### Fixed
55
- Heredocs having issues
66

@@ -780,7 +780,8 @@ This input for example will prompt for more input to complete:
780780
781781
First "stable" release of Hilbish.
782782
783-
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
783+
[2.3.3]: https://github.com/Rosettea/Hilbish/compare/v2.3.2...v2.3.3
784+
[2.3.2]: https://github.com/Rosettea/Hilbish/compare/v2.3.1...v2.3.2
784785
[2.3.1]: https://github.com/Rosettea/Hilbish/compare/v2.3.0...v2.3.1
785786
[2.3.0]: https://github.com/Rosettea/Hilbish/compare/v2.2.3...v2.3.0
786787
[2.2.3]: https://github.com/Rosettea/Hilbish/compare/v2.2.2...v2.2.3

vars.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111

1212
// Version info
1313
var (
14-
ver = "v2.3.2"
14+
ver = "v2.3.3"
1515
releaseName = "Alyssum"
1616

1717
gitCommit string

0 commit comments

Comments
 (0)