diff --git a/CHANGELOG.md b/CHANGELOG.md index f797030..7e8eef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [v1.1.1] - 2023-11-26 +## [v1.1.1] - 2023-12-08 - Fix bug where a brand-new config was created with an out-of-date version - Fix for portable mode and using executable in the current working directory diff --git a/main.go b/main.go index e33ed59..25eccaa 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( func main() { versionInfo := &version.Manager{ - VersionInfo: version.Info{CurrentVersion: "v1.1.1-alpha.2"}, + VersionInfo: version.Info{CurrentVersion: "v1.1.1"}, } log.Printf("Starting gropple %s - https://github.com/tardisx/gropple", versionInfo.GetInfo().CurrentVersion)