X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fnncp.go;h=a9af93cacba68392ca0e7d1a426da10eaf2fa73d;hb=fd6a79c14ead6eefcb0bc327ea67687952b7ed3a;hp=5fc64837c263f3545612260ee923e3029d3ea929;hpb=1c773d7a2acd7fef4b7b1567b59e1601a79d55fe;p=nncp.git diff --git a/src/nncp.go b/src/nncp.go index 5fc6483..a9af93c 100644 --- a/src/nncp.go +++ b/src/nncp.go @@ -37,8 +37,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see .` ) +const Base32Encoded32Len = 52 + var ( - Version string = "5.5.0" + Version string = "6.5.0" Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding) )