updated version info (#258)

This commit is contained in:
Marco Piovanello
2025-02-04 14:16:02 +01:00
committed by GitHub
parent ff93bd552f
commit 1141903512
3 changed files with 3 additions and 3 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.3"
const CURRENT_RPC_VERSION = "3.2.5"
result := make(chan string, 1)