Skip to content

Commit

Permalink
#19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
akryvtsun committed Nov 5, 2024
1 parent 33f7dc3 commit fc1fa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ARG BOT_HOME=/use/local/guru-bot

WORKDIR $BOT_HOME

COPY ./build/libs/guru-bot-1.0.0.jar $BOT_HOME/guru-bot.jar
COPY ./build/libs/guru-bot-1.2.0.jar $BOT_HOME/guru-bot.jar

CMD ["java", "-jar", "guru-bot.jar"]
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ plugins {
kotlin("jvm") version "2.0.10"
}

group = "com.akryvtsun"
version = "1.0.0"
version = "1.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit fc1fa8c

Please sign in to comment.