From 5ef86af2268b0cc8110e1d86164d7837928dae6a Mon Sep 17 00:00:00 2001 From: MaynardMiner <38481606+MaynardMiner@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:46:41 -0400 Subject: [PATCH] Bump Version 3.6.5 --- h-manifest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h-manifest.conf b/h-manifest.conf index 29757b8f..fea2ec63 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.4 +CUSTOM_VERSION=3.6.5 # Full path to miner config file CUSTOM_CONFIG_FILENAME=/hive/miners/custom/${CUSTOM_NAME}/${CUSTOM_NAME}.conf