From a603cbc94fe0ffe550d54accfa5aada408feb2a2 Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 15 Jun 2020 18:15:09 +1200 Subject: [PATCH] Bump version to 3.0.1. --- lurkcoin/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lurkcoin/misc.go b/lurkcoin/misc.go index 8c5d307..fb3cea5 100644 --- a/lurkcoin/misc.go +++ b/lurkcoin/misc.go @@ -35,7 +35,7 @@ import ( ) const SYMBOL = "ยค" -const VERSION = "3.0.1 alpha" +const VERSION = "3.0.1" // Note that public source code is required by the AGPL const SOURCE_URL = "https://github.com/luk3yx/lurkcoin-core"