Skip to content

Commit 17d6976

Browse files
committed
Bump version number
1 parent f0f1708 commit 17d6976

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/)
88

9+
![GoRethink Logo](https://raw.github.com/wiki/dancannon/gorethink/gopher-and-thinker-s.png "Golang Gopher and RethinkDB Thinker")
910

10-
Current version: v1.0.0 RC3 (RethinkDB v2.0)
11+
Current version: v1.0.0 (RethinkDB v2.0)
1112

1213
Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work).
1314

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Package gorethink implements a Go driver for RethinkDB
22
//
3-
// Current version: v1.0.0-rc.3 (RethinkDB v2.0)
3+
// Current version: v1.0.0 (RethinkDB v2.0)
44
// For more in depth information on how to use RethinkDB check out the API docs
55
// at http://rethinkdb.com/api
66
package gorethink

0 commit comments

Comments
 (0)