ready for v3.2.3

This commit is contained in:
2024-12-12 10:20:57 +01:00
parent ac077ea1e1
commit d9cb018132
6 changed files with 65 additions and 6 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.2"
const CURRENT_RPC_VERSION = "3.2.3"
result := make(chan string, 1)