chore: update version info

pull/273/merge
sammyette 2024-04-16 12:09:14 -04:00
parent 5b84718021
commit ce99209f0d
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 🎀 Changelog
## Unreleased
## [2.2.2] - 2024-04-16
### Fixed
- Do more checks for a TTY
- Panic if ENOTTY is thrown from readline

View File

@ -11,7 +11,7 @@ var (
// Version info
var (
ver = "v2.2.1"
ver = "v2.2.2"
releaseName = "Poppy"
gitCommit string