From 5d815eda009a16b0fe4a95581da7b8bdd93ba85a Mon Sep 17 00:00:00 2001 From: Tanel Jakobsoo Date: Wed, 10 Feb 2016 15:29:14 +0200 Subject: [PATCH] Bump version to v0.0.11 --- lib/voog_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/voog_api/version.rb b/lib/voog_api/version.rb index ccb613c..a32efe9 100644 --- a/lib/voog_api/version.rb +++ b/lib/voog_api/version.rb @@ -1,3 +1,3 @@ module Voog - VERSION = '0.0.10' + VERSION = '0.0.11' end