Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicSquid committed Sep 21, 2023
1 parent 1d52920 commit b8819ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Coordinates.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object PluginCoordinates {
const val ID = "dev.epicsquid.exposed.gradle.plugin"
const val GROUP = "dev.epicsquid.exposed.gradle"
const val VERSION = "0.3.3-SNAPSHOT"
const val VERSION = "0.3.3"
const val IMPLEMENTATION_CLASS = "dev.epicsquid.exposed.gradle.plugin.ExposedGradlePlugin"
}

Expand Down

0 comments on commit b8819ec

Please sign in to comment.