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

terrorist version bump

This commit is contained in:
Aaron Patterson 2010-11-11 10:57:08 -06:00
parent 66a73cfd32
commit fd7c508fcc

View file

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