Skip to content

Commit

Permalink
[Warthog] Release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jul 24, 2022
1 parent 623d002 commit a73c31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ allprojects {
apply plugin: 'signing'

group = "com.obsidiandynamics.fulcrum"
version = "0.38.0-SNAPSHOT"
version = "0.38.0"

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -179,4 +179,4 @@ task jacocoRootReport(type: JacocoReport) {

jar {
finalizedBy jacocoRootReport
}
}

0 comments on commit a73c31b

Please sign in to comment.