New alpha

This commit is contained in:
Justin Hawkins 2023-03-15 04:46:14 +10:30
parent 4909f63c93
commit 7f0a51d659
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [v0.6.0] - 2023-03-15
- Configurable destinations for downloads

View File

@ -24,7 +24,7 @@ var dm *download.Manager
var configService *config.ConfigService
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