]> Cypherpunks.ru repositories - nncp.git/commitdiff
Forgotten raise of version
authorSergey Matveev <stargrave@stargrave.org>
Thu, 15 Jul 2021 08:51:56 +0000 (11:51 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 15 Jul 2021 08:51:56 +0000 (11:51 +0300)
ports/nncp/Makefile
src/nncp.go

index c0022f087e2a1734e24dd3e29b43e6447a5bf397..d18cf568e30bf9aa598da42aa459d5e7c78ca7f9 100644 (file)
@@ -1,5 +1,5 @@
 PORTNAME=      nncp
-DISTVERSION=   7.3.0
+DISTVERSION=   7.3.2
 CATEGORIES=    net
 MASTER_SITES=  http://www.nncpgo.org/download/
 
index 67c0ae947db460dfca93867fdcf94698f21dacc3..94e1df854b0a20fa112fb2793ebdacd71e8f0e05 100644 (file)
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 const Base32Encoded32Len = 52
 
 var (
-       Version string = "7.3.1"
+       Version string = "7.3.2"
 
        Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )