Skip to content

Commit

Permalink
Set systemModellerVersion to 3.6.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kenmeacham committed Jun 17, 2024
1 parent 72f624e commit c1cd254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ project.buildDir = "${project.projectDir}/build/build"

def gitCommit = "git rev-parse HEAD".execute().text.trim()
def systemModellerName = "system-modeller"
def systemModellerVersion = "3.5.0"
def systemModellerVersion = "3.6.0-SNAPSHOT"
def javaVersion = 1.8

version = systemModellerVersion // picked up by sonarqube
Expand Down

0 comments on commit c1cd254

Please sign in to comment.