We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b33d6e commit 85c4f6bCopy full SHA for 85c4f6b
buildSrc/src/main/kotlin/Env.kt
@@ -52,7 +52,7 @@ object Env {
52
* Information about the library and author.
53
*/
54
object FacileJDBC {
55
- const val VERSION = "2.1.0"
+ const val VERSION = "3.0.0-SNAPSHOT"
56
const val ID = "facilejdbc"
57
const val NAME = "facilejdbc"
58
const val GROUP = "io.jenetics"
0 commit comments