Skip to content

Commit

Permalink
change version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulchen committed Feb 12, 2023
1 parent cd1a326 commit cc9352d
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 @@ -7,7 +7,7 @@ val reflectionsVersion = "0.10.2"
var commonsCodecVersion = "1.15"

group = "at.rueckgr.kotlin.rocketbot"
version = "0.1.0-SNAPSHOT"
version = "0.1.0"

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

0 comments on commit cc9352d

Please sign in to comment.