diff --git a/doc.go b/doc.go index ff87b70..c191185 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.7.0" + Version = "0.7.1" Codename = "Maaya Awatsuki" )