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 )