From c07a23b96f6d556ddbc875ef2a304034f6f0f33d Mon Sep 17 00:00:00 2001 From: AtaxyaNetwork Date: Mon, 3 Jun 2024 22:56:58 +0200 Subject: [PATCH] Change version in main.go --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 59c7d0f..5d0693b 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( var ( // Version is the main version number that is being run at the moment. - Version = "v0.6.0" + Version = "v0.7.0" // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this