From 59480377d1d96bfc35d8774839ed5baee64b7694 Mon Sep 17 00:00:00 2001 From: Kashav Madan Date: Tue, 7 Nov 2023 21:53:57 -0500 Subject: [PATCH] Bump fsql version to 0.5.2 --- VERSION | 2 +- meta/meta.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {