Skip to content

Commit e10adcd

Browse files
committed
Do not freeze VERSION string. Fixes #141
1 parent 7ec44b0 commit e10adcd

File tree

1 file changed

+1
-1
lines changed
  • lib/active_record/connection_adapters/sqlserver

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/sqlserver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module ConnectionAdapters
33
module Sqlserver
44
module Version
55

6-
VERSION = '3.1.3'.freeze
6+
VERSION = '3.1.3'
77

88
end
99
end

0 commit comments

Comments
 (0)