Skip to content

Commit

Permalink
Prepare for 0.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Aug 9, 2015
1 parent f482acb commit cbde69b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,5 +1,5 @@

* 0.6.3.rc2 *
* 0.7.0 *

* Refactor build of FreeTDS & Iconv recipes. Add OpenSSL. Merged #207.

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.6.3.rc2.{build}
version: 0.7.0.{build}
init:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
Expand Down
2 changes: 1 addition & 1 deletion lib/tiny_tds/version.rb
@@ -1,3 +1,3 @@
module TinyTds
VERSION = '0.6.3.rc2'
VERSION = '0.7.0'
end

0 comments on commit cbde69b

Please sign in to comment.