Skip to content

Commit

Permalink
Bump version number for io.vavr support. #71
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Derricutt authored and jbgi committed Jun 6, 2017
1 parent e7c8046 commit 9a8ee06
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 @@ -40,7 +40,7 @@ allprojects {

ext {
isSnapshot = true
d4jBaseVersion = "0.12.2"
d4jBaseVersion = "0.12.3"

snapshotAppendix = "-SNAPSHOT"
d4jVersion = d4jBaseVersion + (isSnapshot ? snapshotAppendix : "")
Expand Down

0 comments on commit 9a8ee06

Please sign in to comment.