Skip to content

Commit

Permalink
release community version 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
notify-bibi committed Oct 13, 2023
1 parent 1cf898d commit 8849328
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 @@ -21,7 +21,7 @@ val guavaVersion: String by rootProject
val semVer: String? by project
val configDir by extra { file("$buildDir/analysis-config") }
val pluginDir by extra { file("$buildDir/analysis-config/plugins") }
version = semVer ?: "2.2"
version = semVer ?: "2.3"

plugins {
`java-library`
Expand Down

0 comments on commit 8849328

Please sign in to comment.