From cb737ecb636c991b2284838135003fc9fdd269fb Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Wed, 22 Apr 2020 20:51:09 -0400 Subject: [PATCH] We're 0.6.0 now --- doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 994381a..1b77b92 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.5.0" - Codename = "Wannai Kinuho" + Version = "0.6.0" + Codename = "Mitsuko Kongou" )