]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
Fixed sending to areas
[nncp.git] / src / nncp.go
index 5e44d5b1cbafaa9dba221f57006484c557720524..d6a6d857ad08f40a7f74d667d2ab03fcaac15639 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 = "6.1.0"
+       Version string = "8.0.2"
 
        Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )