From 605cb2778d7dbc515a94d834819d4c8145741886 Mon Sep 17 00:00:00 2001 From: Craig Date: Tue, 11 Feb 2020 21:11:34 +0000 Subject: [PATCH] version bum (should of done this ages ago) --- server/neko.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/neko.go b/server/neko.go index 22c93324..024e7525 100644 --- a/server/neko.go +++ b/server/neko.go @@ -37,7 +37,7 @@ var ( // Major version when you make incompatible API changes, major = "1" // Minor version when you add functionality in a backwards-compatible manner, and - minor = "0" + minor = "1" // Patch version when you make backwards-compatible bug fixeneko. patch = "0" )