diff --git a/pom.xml b/pom.xml
index 0875442..b6a3e01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.betalord
BHBot
- 34.2
+ 35
betalord
diff --git a/settings.ini b/settings.ini
index c14adc0..e5f8662 100755
--- a/settings.ini
+++ b/settings.ini
@@ -76,7 +76,7 @@ potionOrder 213
tankPriority 0
# Auto-shrine (automatically attempt to save shrines for trials/raid boss encounters. 0 = disabled, 1 = enabled)
-autoShrine 0
+autoShrine 1
# Battle delay, this is the time with no encounters before enabling shrines.
battleDelay 60
# Shrine delay, this is the delay to traverse the map for shrines before enabling the boss
diff --git a/src/main/java/BHBot.java b/src/main/java/BHBot.java
index 3bebe77..0415df5 100644
--- a/src/main/java/BHBot.java
+++ b/src/main/java/BHBot.java
@@ -14,7 +14,7 @@
public class BHBot {
private static final String PROGRAM_NAME = "BHBot";
- private static final String PROGRAM_VERSION = "34.2";
+ private static final String PROGRAM_VERSION = "35";
private static Thread mainThread;
static MainThread main;