diff --git a/debian/changelog b/debian/changelog index 36d0736..13520ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ruby-lxc (1.2.2-0digirati1) trusty; urgency=low + + * Version 1.2.2. + + -- Andre Nathan Mon, 24 Oct 2016 10:55:05 -0200 + ruby-lxc (1.2.1-0digirati1) trusty; urgency=low * Version 1.2.1. diff --git a/lib/lxc/version.rb b/lib/lxc/version.rb index bee56ac..efc2bc1 100644 --- a/lib/lxc/version.rb +++ b/lib/lxc/version.rb @@ -1,3 +1,3 @@ module LXC - VERSION = '1.2.1' + VERSION = '1.2.2' end