Skip to content

Commit

Permalink
1.10.0 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Apr 15, 2021
1 parent 44ef77d commit e01d6c7
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 @@ -64,7 +64,7 @@ def junit4Version = '4.13.2'
def jmhVersion = '1.29'

def agronaGroup = 'org.agrona'
def agronaVersion = '1.10.0-SNAPSHOT'
def agronaVersion = '1.10.0'

def getConfigProperty(final String projectPropertyName, final String envVarName) {
String value = project.findProperty(projectPropertyName)
Expand Down

0 comments on commit e01d6c7

Please sign in to comment.