Merge pull request #612 from Fengxq2014/fix_version

Update version
This commit is contained in:
Michael Yang 2025-11-18 18:32:13 +08:00 committed by GitHub
commit 7185d2c79b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ public class FlexConsts {
}
public static final String NAME = "MyBatis-Flex";
public static final String VERSION = "1.11.3";
public static final String VERSION = "1.11.4";
public static final String SQL = "$$sql";