ready for 3.2.2

This commit is contained in:
2024-11-12 11:32:50 +01:00
parent 01c6edef74
commit 34c78c7e2d
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ func (s *Service) DeleteTemplate(ctx context.Context, id string) error {
func (s *Service) GetVersion(ctx context.Context) (string, string, error) {
//TODO: load from realease properties file, or anything else outside code
const CURRENT_RPC_VERSION = "3.2.1"
const CURRENT_RPC_VERSION = "3.2.2"
result := make(chan string, 1)