From 47eb461331046250bbe1b2d39f73266a25bb5315 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 2 Mar 2018 09:29:28 +0100 Subject: [PATCH 1/1] Release 0.08 --- NEWS | 2 +- bin/blhc | 2 +- t/tests.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 79787a9..206d449 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS ==== -Version 0.XX +Version 0.08 ------------ - Support new dpkg versions which replaced Dpkg::Arch's debarch_to_debtriplet diff --git a/bin/blhc b/bin/blhc index 8297b7d..168a169 100755 --- a/bin/blhc +++ b/bin/blhc @@ -24,7 +24,7 @@ use warnings; use Getopt::Long (); use Text::ParseWords (); -our $VERSION = '0.07'; +our $VERSION = '0.08'; # CONSTANTS/VARIABLES diff --git a/t/tests.t b/t/tests.t index 4eabdcf..052a1fd 100644 --- a/t/tests.t +++ b/t/tests.t @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.07 Copyright (C) 2012-2018 Simon Ruderich + 'blhc 0.08 Copyright (C) 2012-2018 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 2.43.2