Skip to content

Commit

Permalink
Bump to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav committed Oct 17, 2022
1 parent 08cb0ab commit 4bb14c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.5.0
0.5.1
2 changes: 1 addition & 1 deletion meta/meta.go
Expand Up @@ -10,7 +10,7 @@ var VERSION string

// Release holds the current release number, should match the value
// in $GOPATH/src/github.com/kashav/fsql/VERSION.
const Release = "0.5.0"
const Release = "0.5.1"

// Meta returns the version/commit string.
func Meta() string {
Expand Down

0 comments on commit 4bb14c9

Please sign in to comment.