From 69823cb4c64e92e75d94cdee518884bfe8b5d916 Mon Sep 17 00:00:00 2001 From: MaynardMiner <38481606+MaynardMiner@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:55:12 -0400 Subject: [PATCH] Bump Version 3.6.7 --- h-manifest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h-manifest.conf b/h-manifest.conf index aaba22f2..289e6196 100755 --- a/h-manifest.conf +++ b/h-manifest.conf @@ -5,7 +5,7 @@ SWARMDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" CUSTOM_NAME=${SWARMDIR##*/} # Optional version of your custom miner package -CUSTOM_VERSION=3.6.6 +CUSTOM_VERSION=3.6.7 # Full path to miner config file CUSTOM_CONFIG_FILENAME=/hive/miners/custom/${CUSTOM_NAME}/${CUSTOM_NAME}.conf