Skip to content

Commit

Permalink
prepare release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Oct 3, 2017
1 parent 8370187 commit 6350791
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 @@ -114,7 +114,7 @@ project(':junit4') {
archivesBaseName = 'junit-dataprovider'
description = 'A TestNG like dataprovider runner for JUnit having a simplified syntax compared to all the existing JUnit features.'
group = 'com.tngtech.java'
version = '1.13.0'
version = '1.13.1'

if (!hasProperty('junitVersion')) { // set default junit version if not set via command line
ext.junitVersion = '4.12'
Expand Down

0 comments on commit 6350791

Please sign in to comment.