diff --git a/build.gradle.kts b/build.gradle.kts index 65bd8292..9c0825c4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ allprojects { apply(plugin = "java") group = "com.phodal.chapi" - version = "2.4.9" + version = "2.5.0" description = "Chapi is A common hierarchical abstract parser && information convertor, streamlines code analysis by converting diverse language source code into a unified abstract model, simplifying cross-language development."