From 7168f017f63e0a3f60dbd426c965c103a55fb76f Mon Sep 17 00:00:00 2001 From: cryptonote-social Date: Mon, 4 Jan 2021 11:00:56 -0800 Subject: [PATCH] bump version --- csminer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csminer.go b/csminer.go index 7217d10..f417569 100644 --- a/csminer.go +++ b/csminer.go @@ -12,7 +12,7 @@ import ( const ( APPLICATION_NAME = "cryptonote.social Monero miner" - VERSION_STRING = "0.3.0" + VERSION_STRING = "0.3.1" STATS_WEBPAGE = "https://cryptonote.social/xmr" DONATE_USERNAME = "donate-getmonero-org"