Skip to content

Commit

Permalink
1.17.1 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Sep 14, 2022
1 parent 4b48e3c commit f08633a
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 @@ -59,7 +59,7 @@ def jmhVersion = '1.35'
def jcstressVersion = '0.15'

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

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

0 comments on commit f08633a

Please sign in to comment.