diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd35f8..ebc23c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.go b/main.go index 31c772e..a55a245 100644 --- a/main.go +++ b/main.go @@ -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