Skip to content

Commit

Permalink
3.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Mar 23, 2024
1 parent 57440c3 commit c24379b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import java.lang.Boolean.getBoolean

// release version is used when building with -Drelease=true
val releaseVersion = "3.7.14"
val developmentVersion = "3.7.14.1-SNAPSHOT"
val releaseVersion = "3.7.15"
val developmentVersion = "3.7.15.1-SNAPSHOT"

version = if( getBoolean( "release" ) ) releaseVersion else developmentVersion

Expand Down

0 comments on commit c24379b

Please sign in to comment.