Skip to content

Commit

Permalink
bump(version): update Chapi to version 2.4.5
Browse files Browse the repository at this point in the history
Update the project version from 2.4.4 to 2.4.5 in build.gradle.kts.
  • Loading branch information
phodal committed Nov 9, 2024
1 parent 03782fb commit 4ad6af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {
apply(plugin = "java")

group = "com.phodal.chapi"
version = "2.4.4"
version = "2.4.5"
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."

Expand Down

0 comments on commit 4ad6af9

Please sign in to comment.