From ba6d4cb7b711f624b50daa9279762ab41923c490 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 15 Jul 2021 11:51:56 +0300 Subject: [PATCH] Forgotten raise of version --- ports/nncp/Makefile | 2 +- src/nncp.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) ) -- 2.44.0