diff --git a/flytestdlib/version/version.go b/flytestdlib/version/version.go index edddc4c421..b3c5a69e6b 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 = "unknown" + Version = "v1.14" // Build timestamp BuildTime = time.Now().String() // Git branch that was used to build the binary