From ff6aca5ce10c02b91829824df14d29c0089d813b Mon Sep 17 00:00:00 2001 From: kaypee90 Date: Sat, 2 Nov 2024 03:20:50 -0400 Subject: [PATCH] Bump version --- cmd/depbot/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)