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" )