fixed version string

This commit is contained in:
2025-08-28 14:42:18 +02:00
parent 22caf8899b
commit bce696fc67
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,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.5"
const CURRENT_RPC_VERSION = "3.2.6"
result := make(chan string, 1)