From 9e76100f48716a22d02a697e17480e147539431b Mon Sep 17 00:00:00 2001 From: John Long Date: Thu, 23 May 2024 10:42:15 -0400 Subject: [PATCH] bumped fox version --- cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version.go b/cmd/version.go index b605bc4..e733d39 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -17,7 +17,7 @@ import ( // XXX Update this before making release. This is hardcoded to ensure that // the correct version is shown when Fox is setup using `go install`. -const version = "v0.9.1" +const version = "v0.9.2" type BuildInfo struct { Version string `json:"version,omitempty"`