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 2010-10-13 13:24:22 -07:00
parent d3625bbf8f
commit 3e5186ffd8

View file

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