Skip to content

Commit

Permalink
Driver version bump for 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mewes committed Jun 1, 2016
1 parent c0b800b commit 5a58fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}

version = '2.3.1'
version = '2.3.2'
ext.isReleaseVersion = !version.endsWith("-SNAPSHOT")
group = "com.rethinkdb"
archivesBaseName = "rethinkdb-driver"
Expand Down
2 changes: 1 addition & 1 deletion drivers/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name" : "rethinkdb"
, "version" : "2.3.1"
, "version" : "2.3.2"
, "main" : "rethinkdb"
, "description" : "This package provides the JavaScript driver library for the RethinkDB database server for use in your node application."
, "keywords" : ["database", "NoSQL", "reql", "query language"]
Expand Down

0 comments on commit 5a58fa2

Please sign in to comment.