From 32de99dfd53413b6f191b4adfd6da9e2abf94966 Mon Sep 17 00:00:00 2001 From: Markus Zimmermann Date: Wed, 22 Jan 2025 15:09:18 +0100 Subject: [PATCH] Release version v1.0.0 --- evaluate/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluate/version.go b/evaluate/version.go index 21f74623..20fe7213 100644 --- a/evaluate/version.go +++ b/evaluate/version.go @@ -1,7 +1,7 @@ package evaluate // Version holds the current version of the evaluation benchmark. -var Version = "0.6.2" +var Version = "1.0.0" // Revision holds the Git revision of the current build. var Revision string