From e255552c31e0a48dc91dc681c43974958b31f310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 14 Aug 2015 12:24:33 +0200 Subject: [PATCH] Version bump to 0.11.2. [ci skip] --- lib/gem2rpm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gem2rpm.rb b/lib/gem2rpm.rb index c2d9374..51eb158 100644 --- a/lib/gem2rpm.rb +++ b/lib/gem2rpm.rb @@ -11,7 +11,7 @@ module Gem2Rpm extend Gem2Rpm::TemplateHelpers - Gem2Rpm::VERSION = "0.11.1" + Gem2Rpm::VERSION = "0.11.2" class Exception < RuntimeError; end class DownloadUrlError < Exception; end