Bumped version to v1.1.1
All checks were successful
Build and Push Docker Image / testing (1.24.x, ubuntu-latest) (push) Successful in 37s
Build and Push Docker Image / build-and-push (push) Successful in 9m59s

This commit is contained in:
2025-06-06 12:27:31 -04:00
parent 1011c09b29
commit c7b62cc25f

View File

@ -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
)