diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/meta/meta.go b/meta/meta.go index 23e107c..659f7ce 100644 --- a/meta/meta.go +++ b/meta/meta.go @@ -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.1" +const Release = "0.5.2" // Meta returns the version/commit string. func Meta() string {