diff --git a/core/version.go b/core/version.go index 3fc13ae..873b573 100644 --- a/core/version.go +++ b/core/version.go @@ -3,5 +3,5 @@ package core const ( CLIName = "gospider" AUTHOR = "@theblackturtle" - VERSION = "v1.0" + VERSION = "v1.0.1" )