From 312715d2aab1458728fbafe3e6fd042e2519f012 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Sat, 29 Mar 2014 11:40:31 -0300 Subject: [PATCH] Version 1.0.2 --- README.md | 2 +- lib/lxc/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3baaa65..44d3f85 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ simply run the commands below ```sh bundle install bundle exec rake compile -gem install pkg/ruby-lxc-1.0.1.gem +gem install pkg/ruby-lxc-1.0.2.gem ``` or just add this to your ```Gemfile``` ```ruby diff --git a/lib/lxc/version.rb b/lib/lxc/version.rb index 0782017..1584e3a 100644 --- a/lib/lxc/version.rb +++ b/lib/lxc/version.rb @@ -1,3 +1,3 @@ module LXC - VERSION = '1.0.1' + VERSION = '1.0.2' end