X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fnncp.go;h=64489bc27fbe7c9df87b435bfd8458cd95c7578d;hb=aff779b6f9c75523d491e1003c0c2d589c1eca20;hp=a9af93cacba68392ca0e7d1a426da10eaf2fa73d;hpb=fd1ff00305ba34a32a98f5ef0ad24e3dc8dfde1a;p=nncp.git diff --git a/src/nncp.go b/src/nncp.go index a9af93c..64489bc 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.5.0" + Version string = "7.4.0" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )