Skip to content

Commit 80ea3aa

Browse files
committed
#148 : Bumped versions for next round of dev
1 parent 0a5d98d commit 80ea3aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ allprojects {
102102
apply plugin: 'org.sonarqube'
103103

104104
group = 'com.gazbert.bxbot'
105-
version = '1.6.0'
105+
version = '1.6.1-SNAPSHOT'
106106

107107
dependencyManagement {
108108
applyMavenExclusions = false

bxbot.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ REM log4j2 config file location
1919
SET log4j2_config=.\config\log4j2.xml
2020

2121
REM The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
22-
SET bxbot_jar=bxbot-app-1.6.0.jar
22+
SET bxbot_jar=bxbot-app-1.6.1-SNAPSHOT.jar
2323

2424
REM PID file for checking if bot is running
2525
SET pid_file=.\.bxbot.pid

bxbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lib_dir=./libs
2121
log4j2_config=./config/log4j2.xml
2222

2323
# The BX-bot 'fat' jar (Spring Boot app containing all the dependencies)
24-
bxbot_jar=bxbot-app-1.6.0.jar
24+
bxbot_jar=bxbot-app-1.6.1-SNAPSHOT.jar
2525

2626
# PID file for checking if bot is running
2727
pid_file=./.bxbot.pid

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</developer>
4343
</developers>
4444
<properties>
45-
<revision>1.6.0</revision>
45+
<revision>1.6.1-SNAPSHOT</revision>
4646

4747
<!-- Should be same as dependency used by spring-boot-starter.version -->
4848
<spring-core.version>5.3.22</spring-core.version>

0 commit comments

Comments
 (0)