✏️ 修改 sql 脚本.

This commit is contained in:
lijiahang
2025-01-17 10:02:57 +08:00
parent 56ece9c854
commit 5389334304
4 changed files with 46 additions and 28 deletions

View File

@@ -39,9 +39,9 @@ import java.util.function.Function;
*/
public class ReplaceVersion {
private static final String TARGET_VERSION = "2.2.2";
private static final String TARGET_VERSION = "2.2.3";
private static final String REPLACE_VERSION = "2.2.3";
private static final String REPLACE_VERSION = "2.3.0";
private static final String PATH = new File("").getAbsolutePath();