From 3d169d1df44e297a8e9e47681b82f31e9109ab96 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Tue, 30 Apr 2019 13:38:33 +0200 Subject: [PATCH] btrbk: change version to 0.28.1-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 7161124..06da744 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.0'; +our $VERSION = '0.28.1-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';