Bump version
This commit is contained in:
parent
c4e55c0870
commit
e699c7ea5d
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
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.0.1] - 2023-11-24
|
||||||
|
|
||||||
|
- Fix crash on migrating a config that had > 1 destinations
|
||||||
|
|
||||||
## [v1.0.0] - 2023-11-23
|
## [v1.0.0] - 2023-11-23
|
||||||
|
|
||||||
- Don't start downloads until "start download" is pressed
|
- Don't start downloads until "start download" is pressed
|
||||||
|
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.0.0"},
|
VersionInfo: version.Info{CurrentVersion: "v1.0.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