Skip to content

Commit b53d273

Browse files
committed
updated versions to 2.0.2
1 parent 7f34798 commit b53d273

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ ENV CHATRPG_LOG_LEVEL=
2727

2828
WORKDIR /opt/moirai
2929

30-
COPY --from=builder /opt/moirai/target/discordbot-2.1.0-SNAPSHOT.jar discordbot-2.1.0-SNAPSHOT.jar
30+
COPY --from=builder /opt/moirai/target/discordbot-2.0.2-SNAPSHOT.jar discordbot-2.0.2-SNAPSHOT.jar
3131

3232
EXPOSE 8080
3333
EXPOSE 8000
3434

35-
CMD ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000", "-jar", "/opt/moirai/discordbot-2.1.0-SNAPSHOT.jar"]
35+
CMD ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000", "-jar", "/opt/moirai/discordbot-2.0.2-SNAPSHOT.jar"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You need to have both yout Discord API Key and your OpenAI API key in hand to se
4343
6. Run the bot
4444
- Through the IDE of your choice
4545
- Through the console with Maven by running `mvn spring-boot:run` on the bot's root folder
46-
- Through the console by running the JAR file directly with `java -jar discordbot-2.1.0-SNAPSHOT.jar`
46+
- Through the console by running the JAR file directly with `java -jar discordbot-2.0.2-SNAPSHOT.jar`
4747

4848
### With Docker
4949
1. Clone the repo

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>me.moirai</groupId>
1616
<artifactId>discordbot</artifactId>
17-
<version>2.1.0-SNAPSHOT</version>
17+
<version>2.0.2-SNAPSHOT</version>
1818
<name>MoirAI</name>
1919
<description>Discord RPG bot</description>
2020

0 commit comments

Comments
 (0)