Skip to content

Commit

Permalink
change version to 0.1.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulchen committed Jul 4, 2023
1 parent 77a98fa commit ef03404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val commonsCodecVersion = "1.16.0"
val jacksonVersion = "2.15.2"

group = "at.rueckgr.kotlin.rocketbot"
version = "0.1.3"
version = "0.1.4-SNAPSHOT"

plugins {
kotlin("jvm") version "1.8.22"
Expand Down

0 comments on commit ef03404

Please sign in to comment.