Version bump
This commit is contained in:
parent
3353d3d923
commit
3dec93c4f4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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 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
|
- Fix for portable mode and using executable in the current working directory
|
||||||
|
2
main.go
2
main.go
@ -15,7 +15,7 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
versionInfo := &version.Manager{
|
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)
|
log.Printf("Starting gropple %s - https://github.com/tardisx/gropple", versionInfo.GetInfo().CurrentVersion)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user