From 74873081c34362927e0d539b969b69ccf1a4195d Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 31 Oct 2018 13:57:06 +0100 Subject: [PATCH] btrbk: bump version to 0.27.1-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index d591bfa..e374fed 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.0'; +our $VERSION = '0.27.1-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';