Skip to content

Commit

Permalink
switching version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lehvolk committed Sep 19, 2023
1 parent 425a871 commit e61c2fa
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 @@ -5,7 +5,7 @@ val semVer: String? by project
val includeDokka: String? by project

group = "org.jacodb"
version = semVer ?: "1.2-SNAPSHOT"
version = semVer ?: "1.3-SNAPSHOT"

plugins {
kotlin("jvm") version Versions.kotlin
Expand Down

0 comments on commit e61c2fa

Please sign in to comment.