diff --git a/doc.go b/doc.go index f5c4d70..994381a 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.4.1" - Codename = "Misaki Shokuhou" + Version = "0.5.0" + Codename = "Wannai Kinuho" )