]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
Fix nncp-daemon segfault when SP fails
[nncp.git] / src / nncp.go
index 5fc64837c263f3545612260ee923e3029d3ea929..a9af93cacba68392ca0e7d1a426da10eaf2fa73d 100644 (file)
@@ -37,8 +37,10 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 )
 
+const Base32Encoded32Len = 52
+
 var (
-       Version string = "5.5.0"
+       Version string = "6.5.0"
 
        Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )