1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

version bump

This commit is contained in:
Aaron Patterson 2011-08-15 10:02:17 -07:00
parent 43a8112630
commit 716687bfde
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
== 2.2.1 / (unreleased)
== 2.2.1 / 2011-09-15
* Enhancements

View file

@ -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