From c2dac6fb2e6c362361146cee7a7f5671a96a6299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20del=20Campo?= Date: Tue, 29 Oct 2024 08:08:37 +0100 Subject: [PATCH] chore: set service/api version to 1.0.1 --- service/api/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/api/version/version.go b/service/api/version/version.go index 76bf235..315df0f 100644 --- a/service/api/version/version.go +++ b/service/api/version/version.go @@ -11,7 +11,7 @@ import ( ) // Version is the main version number that is being run at the moment. -const Version = "1.0.0" +const Version = "1.0.1" // Prerelease is a prerelease marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a prerelease