Browse Source

发布3.1.1.1-SNAPSHOT

聂秋秋 6 years ago
parent
commit
a0d0e34a2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle.kts

+ 1 - 1
build.gradle.kts

@@ -84,7 +84,7 @@ extra["lib"] = lib
 
 allprojects {
     group = "com.baomidou"
-    version = "3.1.0"
+    version = "3.1.1.1-SNAPSHOT"
 }
 
 description = "Mybatis 增强工具包 - 只做增强不做改变,简化CRUD操作"