Skip to content

Commit

Permalink
Post release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jul 17, 2023
1 parent 9e374db commit cdb6b1b
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 @@ -69,7 +69,7 @@ def jmhVersion = '1.36'
def jcstressVersion = '0.16'

def agronaGroup = 'org.agrona'
def agronaVersion = '1.19.0'
def agronaVersion = '1.20.0-SNAPSHOT'

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

0 comments on commit cdb6b1b

Please sign in to comment.