From eab34c9d6894293af9d5dd413ceee7586fd2b922 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Wed, 10 Jun 2015 13:10:29 +0200 Subject: [PATCH] btrbk: set development version --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 8714cc6..5dc0f05 100755 --- a/btrbk +++ b/btrbk @@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week); use Getopt::Std; use Data::Dumper; -our $VERSION = "0.19.2"; +our $VERSION = "0.19.3-dev"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';