diff --git a/lib/vegas.rb b/lib/vegas.rb index f04b8c7..53e7029 100644 --- a/lib/vegas.rb +++ b/lib/vegas.rb @@ -7,7 +7,7 @@ end module Vegas - VERSION = "0.1.10" + VERSION = "0.1.11" WINDOWS = !!(RUBY_PLATFORM =~ /(mingw|bccwin|wince|mswin32)/i) JRUBY = !!(RbConfig::CONFIG["RUBY_INSTALL_NAME"] =~ /^jruby/i)