From 2fd238768a9706652e4e4d0486fce9d1a082cac8 Mon Sep 17 00:00:00 2001 From: kellysutton Date: Wed, 3 Jun 2015 18:15:27 -0700 Subject: [PATCH] Bump version to 0.3.4 --- lib/imgix/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imgix/version.rb b/lib/imgix/version.rb index fc0eb97..3d10f87 100644 --- a/lib/imgix/version.rb +++ b/lib/imgix/version.rb @@ -1,3 +1,3 @@ module Imgix - VERSION = '0.3.3' + VERSION = '0.3.4' end