Change version in main.go

This commit is contained in:
AtaxyaNetwork 2024-06-03 22:56:58 +02:00
parent a776a46e1e
commit c07a23b96f

View File

@ -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