Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzuo committed May 22, 2021
1 parent d42d22e commit 5d17d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGELOG

## 0.5.1

- fix `defer` in database template
- rm `cmd/pack`
- replace `packr` with go embed
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "0.5.0"
var Version = "0.5.1"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 5d17d36

Please sign in to comment.