New alpha
This commit is contained in:
parent
4909f63c93
commit
7f0a51d659
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [v0.6.0] - 2023-03-15
|
## [v0.6.0] - 2023-03-15
|
||||||
|
|
||||||
- Configurable destinations for downloads
|
- Configurable destinations for downloads
|
||||||
|
2
main.go
2
main.go
@ -24,7 +24,7 @@ var dm *download.Manager
|
|||||||
var configService *config.ConfigService
|
var configService *config.ConfigService
|
||||||
|
|
||||||
var versionInfo = version.Manager{
|
var versionInfo = version.Manager{
|
||||||
VersionInfo: version.Info{CurrentVersion: "v0.6.0-alpha.3"},
|
VersionInfo: version.Info{CurrentVersion: "v0.6.0-alpha.4"},
|
||||||
}
|
}
|
||||||
|
|
||||||
//go:embed web
|
//go:embed web
|
||||||
|
Loading…
x
Reference in New Issue
Block a user