From 5779a6580496eed0ff570b3e981ac8e9c9999a2c Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Thu, 25 Jun 2020 22:50:31 -0400 Subject: [PATCH] We're v0.6.1 now --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 1b77b92..10a1513 100644 --- a/doc.go +++ b/doc.go @@ -5,6 +5,6 @@ package kjudge // The version and codename of the system. // We typically pick an anime JK name as the codename for every minor version. const ( - Version = "0.6.0" + Version = "0.6.1" Codename = "Mitsuko Kongou" )