Skip to content

Commit

Permalink
Refs #13 - bumped app version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbmarcum committed Sep 17, 2022
1 parent fb029d2 commit ea1eb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeletal-app/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ archivesBaseName = 'skeletal-app'
applicationName = "skeletal"
mainClassName = "uk.co.cacoethes.lazybones.LazybonesMain"
// make sure to update the asciidoc guide headers also
version = "0.13.1"
version = "0.13.2"

// These settings mimic the old client VM behavior. Should result in faster startup.
applicationDefaultJvmArgs = ["-XX:+TieredCompilation", "-XX:TieredStopAtLevel=1", "-XX:CICompilerCount=3"]
Expand Down

0 comments on commit ea1eb0b

Please sign in to comment.