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

zomg prep release

This commit is contained in:
Aaron Patterson 2011-05-17 18:03:48 -04:00
parent 12e330fc56
commit 2f2b3853f2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
== 2.1.1 (unreleased)
== 2.1.1 / 2011/05/14
* Bug fixes

View file

@ -33,7 +33,7 @@ require 'arel/sql_literal'
####
module Arel
VERSION = '2.1.0'
VERSION = '2.1.1'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql