From b3f43f273914fd37af8c10fa9a20a25591b1df07 Mon Sep 17 00:00:00 2001 From: Andre Nathan Date: Tue, 10 Jul 2018 10:29:23 -0300 Subject: [PATCH] Version 1.2.3 --- debian/changelog | 6 ++++++ lib/lxc/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 13520ef..43c1c39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ruby-lxc (1.2.3-0digirati1) trusty; urgency=low + + * Version 1.2.3. + + -- Andre Nathan Mon, 10 Jul 2018 10:29:03 -0300 + ruby-lxc (1.2.2-0digirati1) trusty; urgency=low * Version 1.2.2. diff --git a/lib/lxc/version.rb b/lib/lxc/version.rb index efc2bc1..15bb139 100644 --- a/lib/lxc/version.rb +++ b/lib/lxc/version.rb @@ -1,3 +1,3 @@ module LXC - VERSION = '1.2.2' + VERSION = '1.2.3' end