We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9885e93 commit afbf7c2Copy full SHA for afbf7c2
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## Unreleased
+## v0.6.0-alpha
6
7
### Added
8
main.go
@@ -16,7 +16,7 @@ import (
16
//go:embed all:frontend/dist
17
var assets embed.FS
18
19
-var version = "0.5.0-" + versioninfo.Short()
+var version = "0.6.0-" + versioninfo.Short()
20
21
func main() {
22
0 commit comments