Skip to content

Commit

Permalink
bump to 0.43 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed Mar 7, 2016
1 parent 3dbd374 commit b4c0c4d
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 @@ -12,7 +12,7 @@ subprojects {
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = '0.43-SNAPSHOT'
version = '0.43'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext.luceneVersion = '5.5.0'
ext.mongoJavaVersion = '3.2.1'
Expand Down

0 comments on commit b4c0c4d

Please sign in to comment.