]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Release 0.13 0.13
authorSimon Ruderich <simon@ruderich.org>
Sat, 9 Oct 2021 09:19:18 +0000 (11:19 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 9 Oct 2021 09:19:18 +0000 (11:19 +0200)
NEWS
bin/blhc
t/tests.t

diff --git a/NEWS b/NEWS
index 1d87d134262c358eda3e58d49a4ce3d9f42c7418..15a9d2b383858ef3346c081afbdf1d6dbcb59cb1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS
 ====
 
-Version 0.XX
+Version 0.13
 ------------
 
 - Also split commands on && and || (not only on ;) to detect more false
index 0c9360b360788163294b89e94b9832091c05b98c..e3c14b4cdcd668b6ad8b99f7641846a02c0876f7 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -24,7 +24,7 @@ use warnings;
 use Getopt::Long ();
 use Text::ParseWords ();
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 
 # CONSTANTS/VARIABLES
index 595c34e4b95e2d8a33a4ca34b816008f7f1e75f2..22712a702843b9e94ca005c19aeed866b183c226 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -67,7 +67,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.12  Copyright (C) 2012-2021  Simon Ruderich
+        'blhc 0.13  Copyright (C) 2012-2021  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