From 6394439af08b10aae454e656c9fe3bb4415687bc Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Wed, 6 Nov 2024 00:08:00 +0800 Subject: [PATCH] update Signed-off-by: Future-Outlier --- flytestdlib/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytestdlib/version/version.go b/flytestdlib/version/version.go index b3c5a69e6b..edddc4c421 100644 --- a/flytestdlib/version/version.go +++ b/flytestdlib/version/version.go @@ -16,7 +16,7 @@ var ( // Specifies the GIT sha of the build Build = "unknown" // Version for the build, should follow a semver - Version = "v1.14" + Version = "unknown" // Build timestamp BuildTime = time.Now().String() // Git branch that was used to build the binary