change version & add fork author.

This commit is contained in:
Miroslav Šedivý 2021-07-22 20:07:03 +02:00
parent eb057f1ab2
commit 7d94ee603d

View File

@ -25,7 +25,7 @@ const Header = `&34
/ |/ / _ \/ //_/ __ \ ) ( ') / |/ / _ \/ //_/ __ \ ) ( ')
/ /| / __/ ,< / /_/ / ( / ) / /| / __/ ,< / /_/ / ( / )
/_/ |_/\___/_/|_|\____/ \(__)| /_/ |_/\___/_/|_|\____/ \(__)|
&1&37 nurdism/neko &33%s v%s&0 &1&37 nurdism/m1k1o &33%s v%s&0
` `
var ( var (
@ -39,8 +39,8 @@ var (
// Major version when you make incompatible API changes, // Major version when you make incompatible API changes,
major = "2" major = "2"
// Minor version when you add functionality in a backwards-compatible manner, and // Minor version when you add functionality in a backwards-compatible manner, and
minor = "0" minor = "3"
// Patch version when you make backwards-compatible bug fixeneko. // Patch version when you make backwards-compatible bug fixes.
patch = "0" patch = "0"
) )