diff --git a/core/version.go b/core/version.go index 13b5bfa..3d6f5b2 100644 --- a/core/version.go +++ b/core/version.go @@ -4,7 +4,7 @@ import "fmt" const ( // VERSION current version of this project - VERSION = "v2.0" + VERSION = "v2.0.0" // AUTHOR of this project AUTHOR = "@j3ssiejjj" )