From 5199f81af907e172d7158f43440768abb2746af8 Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Tue, 20 Feb 2024 14:08:04 +0100 Subject: [PATCH] Update config.go (#546) --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 3692263..5635ca2 100644 --- a/config/config.go +++ b/config/config.go @@ -1,6 +1,6 @@ package config -const Version = "heplify-server 1.59.6" +const Version = "heplify-server 1.59.7" var Setting HeplifyServer