diff --git a/cmd/depbot/main.go b/cmd/depbot/main.go index 989e126..53014cf 100644 --- a/cmd/depbot/main.go +++ b/cmd/depbot/main.go @@ -6,7 +6,7 @@ import ( "os" ) -const version = "0.5.0" +const version = "1.0.0" func displayAppVersion() { fmt.Printf("Depbot %s\n", version)