From f37a638f303fef9b0981672a4b343ec1fcc58e0e Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 17 Jan 2019 16:41:41 +0100 Subject: [PATCH] btrbk: bump version to 0.27.2-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 841adf6..30023da 100755 --- a/btrbk +++ b/btrbk @@ -32,7 +32,7 @@ use Carp qw(confess); use Getopt::Long qw(GetOptions); use Time::Local qw( timelocal timegm timegm_nocheck ); -our $VERSION = '0.27.1'; +our $VERSION = '0.27.2-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';