From d9d3def390b82446d82fb73883a655cc88802ab1 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 23 May 2019 15:41:43 +0200 Subject: [PATCH] btrbk: change version to 0.29.0-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index ab1a2cb..fc103ae 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.28.2'; +our $VERSION = '0.29.0-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';