From ece8e5d0c89b1f30d544e54f8205debf86551f18 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 27 Oct 2014 21:56:27 +0100 Subject: [PATCH] Bump version. --- lib/qasim/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qasim/version.rb b/lib/qasim/version.rb index b39b9fb..3fc2f35 100644 --- a/lib/qasim/version.rb +++ b/lib/qasim/version.rb @@ -1,5 +1,5 @@ module Qasim APP_NAME = "Qasim" - APP_VERSION = "0.1.10" + APP_VERSION = "0.1.11" APP_DATE = "2014-05-09" end