Skip to content

Commit

Permalink
chore(project): Increase project version to 1.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Sep 15, 2024
1 parent 77b8d62 commit b2de18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ object Project {
const val PUBLISH_URL = "https://s01.oss.sonatype.org/service/local/"
const val SNAPSHOT_PUBLISH_URL = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
const val URL = "github.com/Ayfri/Kore"
const val VERSION = "1.13.0"
const val VERSION = "1.14.0"
}

0 comments on commit b2de18a

Please sign in to comment.