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-17 08:49:32 -08:00
parent e55880325e
commit 83a0222b75

View file

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