From 903719bbdad1faf06d751509c158c5b6485a184a Mon Sep 17 00:00:00 2001 From: Aaron Quint Date: Mon, 23 Jan 2012 00:03:18 -0800 Subject: [PATCH] Version bump --- lib/vegas.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)