Skip to content

Commit

Permalink
bump to 1.3.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktschwab committed Nov 7, 2022
1 parent db1da74 commit 34bedd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Configuration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
object Project {
const val name = "rtron"
const val group = "io.rtron"
const val version = "1.3-SNAPSHOT"
const val version = "1.3.0-alpha.0"
}

object ProjectComponents {
Expand Down
2 changes: 1 addition & 1 deletion rtron-cli/src/main/kotlin/io/rtron/cli/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class MainCommand : CliktCommand(name = "rtron") {
* @param args arguments of the cli
*/
fun main(args: Array<String>) = MainCommand()
.versionOption("1.3-SNAPSHOT")
.versionOption("1.3.0-alpha.0")
.subcommands(SubcommandValidateOpendrive(), SubcommandOpendriveToCitygml())
.main(args)

0 comments on commit 34bedd6

Please sign in to comment.