Skip to content

Commit afbf7c2

Browse files
committed
Release v0.6.0-alpha
1 parent 9885e93 commit afbf7c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## v0.6.0-alpha
66

77
### Added
88

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
//go:embed all:frontend/dist
1717
var assets embed.FS
1818

19-
var version = "0.5.0-" + versioninfo.Short()
19+
var version = "0.6.0-" + versioninfo.Short()
2020

2121
func main() {
2222

0 commit comments

Comments
 (0)