Skip to content

Commit f80ad17

Browse files
committed
RELEASE 1.7.0
1 parent 74b34c6 commit f80ad17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/cbson/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
* limitations under the License.
1515
*/
1616

17-
#define VERSION "1.7.0.rc0"
17+
#define VERSION "1.7.0"

lib/bson/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BSON
2-
VERSION = "1.7.0.rc0"
2+
VERSION = "1.7.0"
33
end

lib/mongo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mongo
2-
VERSION = "1.7.0.rc0"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)