From: Sergey Matveev Date: Thu, 15 Jul 2021 08:51:56 +0000 (+0300) Subject: Forgotten raise of version X-Git-Tag: v7.4.0^2~18 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=ba6d4cb7b711f624b50daa9279762ab41923c490 Forgotten raise of version --- diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index c0022f0..d18cf56 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -1,5 +1,5 @@ PORTNAME= nncp -DISTVERSION= 7.3.0 +DISTVERSION= 7.3.2 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ diff --git a/src/nncp.go b/src/nncp.go index 67c0ae9..94e1df8 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 = "7.3.1" + Version string = "7.3.2" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )