Skip to content

Commit ed4f679

Browse files
committed
Getting ready to release 3.0.0
1 parent eb0dea1 commit ed4f679

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activerecord-sqlserver-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Gem::Specification.new do |s|
33
s.platform = Gem::Platform::RUBY
44
s.name = "activerecord-sqlserver-adapter"
5-
s.version = "3.0.0.rc.1"
5+
s.version = "3.0.0"
66
s.summary = "SQL Server 2005 and 2008 Adapter For ActiveRecord."
77
s.description = "SQL Server 2005 and 2008 Adapter For ActiveRecord"
88

lib/active_record/connection_adapters/sqlserver_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class SQLServerAdapter < AbstractAdapter
181181
include Sqlserver::Errors
182182

183183
ADAPTER_NAME = 'SQLServer'.freeze
184-
VERSION = '3.0.0.rc.1'.freeze
184+
VERSION = '3.0.0'.freeze
185185
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
186186
SUPPORTED_VERSIONS = [2005,2008].freeze
187187

0 commit comments

Comments
 (0)