mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
version bump
This commit is contained in:
parent
43a8112630
commit
716687bfde
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
== 2.2.1 / (unreleased)
|
||||
== 2.2.1 / 2011-09-15
|
||||
|
||||
* Enhancements
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ require 'arel/sql_literal'
|
|||
####
|
||||
|
||||
module Arel
|
||||
VERSION = '2.2.0'
|
||||
VERSION = '2.2.1'
|
||||
|
||||
def self.sql raw_sql
|
||||
Arel::Nodes::SqlLiteral.new raw_sql
|
||||
|
|
Loading…
Reference in a new issue