From 0914af29140c2a6209e44b714bfc472c9e2f843b Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Wed, 11 Jun 2014 09:29:57 -0300 Subject: [PATCH] Next version will be 1.2.0 --- lib/lxc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lxc/version.rb b/lib/lxc/version.rb index 0a84461..1b94970 100644 --- a/lib/lxc/version.rb +++ b/lib/lxc/version.rb @@ -1,3 +1,3 @@ module LXC - VERSION = '1.1.1' + VERSION = '1.2.0' end