Skip to content

Commit

Permalink
Release v0.6.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
deslaughter committed Sep 25, 2024
1 parent 9885e93 commit afbf7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## Unreleased
## v0.6.0-alpha

### Added

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
//go:embed all:frontend/dist
var assets embed.FS

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

func main() {

Expand Down

0 comments on commit afbf7c2

Please sign in to comment.