Skip to content

Commit 713afcd

Browse files
committed
Prepare for 3.0.5 release.
1 parent f157664 commit 713afcd

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.4"
5+
s.version = "3.0.5"
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
@@ -163,7 +163,7 @@ class SQLServerAdapter < AbstractAdapter
163163
include Sqlserver::Errors
164164

165165
ADAPTER_NAME = 'SQLServer'.freeze
166-
VERSION = '3.0.4'.freeze
166+
VERSION = '3.0.5'.freeze
167167
DATABASE_VERSION_REGEXP = /Microsoft SQL Server\s+(\d{4})/
168168
SUPPORTED_VERSIONS = [2005,2008].freeze
169169

0 commit comments

Comments
 (0)