X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=src%2Fnncp.go;h=a9af93cacba68392ca0e7d1a426da10eaf2fa73d;hp=7c1b7c576dd04da62f3e61662f21760ba01fe0e9;hb=fd6a79c14ead6eefcb0bc327ea67687952b7ed3a;hpb=b052f023fb62e478a9b7414b7016c05f1fb607f9 diff --git a/src/nncp.go b/src/nncp.go index 7c1b7c5..a9af93c 100644 --- a/src/nncp.go +++ b/src/nncp.go @@ -40,7 +40,7 @@ along with this program. If not, see .` const Base32Encoded32Len = 52 var ( - Version string = "6.4.0" + Version string = "6.5.0" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )