Version 1.0.2

This commit is contained in:
Andre Nathan 2014-03-29 11:40:31 -03:00
parent 198851ebd2
commit 312715d2aa
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ simply run the commands below
```sh ```sh
bundle install bundle install
bundle exec rake compile 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``` or just add this to your ```Gemfile```
```ruby ```ruby

View file

@ -1,3 +1,3 @@
module LXC module LXC
VERSION = '1.0.1' VERSION = '1.0.2'
end end