From 2a37c89ce5ad6ccb71b8df8c8ec6f0496a3976c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sun, 24 Oct 2021 18:41:44 +0200 Subject: [PATCH] update version. --- server/neko.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/neko.go b/server/neko.go index f869c476f..b393b5272 100644 --- a/server/neko.go +++ b/server/neko.go @@ -39,7 +39,7 @@ var ( // Major version when you make incompatible API changes, major = "2" // Minor version when you add functionality in a backwards-compatible manner, and - minor = "3" + minor = "4" // Patch version when you make backwards-compatible bug fixes. patch = "0" )