From c7b62cc25fcf3058d025dcb7e9f3bc5a416c43d7 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Fri, 6 Jun 2025 12:27:31 -0400 Subject: [PATCH] Bumped version to v1.1.1 --- app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.go b/app/app.go index 956f6ba..b13ce62 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ import ( ) const ( - AppVersion = "1.1.0" // the current application version. + AppVersion = "1.1.1" // the current application version. AppName = "mysubarumq" // the short app name )