From e4f78ad7f8c8013ffba3f4276bb9a33b10cc3800 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Mon, 24 Oct 2016 10:55:25 -0200 Subject: [PATCH] Version 1.2.2 --- debian/changelog | 6 ++++++ lib/lxc/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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