Bump version to 1.1.1
This commit is contained in:
parent
c0daae000d
commit
3de0541985
|
@ -14,7 +14,7 @@ simply run the commands below
|
|||
bundle install
|
||||
bundle exec rake compile
|
||||
bundle exec rake gem
|
||||
gem install pkg/ruby-lxc-1.1.0.gem
|
||||
gem install pkg/ruby-lxc-1.1.1.gem
|
||||
```
|
||||
or just add this to your ```Gemfile```
|
||||
```ruby
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
ruby-lxc (1.1.1-0digirati1) trusty; urgency=low
|
||||
|
||||
* Version 1.1.1.
|
||||
|
||||
-- Andre Nathan <andre@digirati.com.br> Fri, 06 Jun 2014 11:23:11 -0300
|
||||
|
||||
ruby-lxc (1.1.0-0digirati1) trusty; urgency=low
|
||||
|
||||
* Version 1.1.0.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module LXC
|
||||
VERSION = '1.1.0'
|
||||
VERSION = '1.1.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue