From eb852271b658c9de2de97563e7841c1ad5177618 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 19 Oct 2020 00:33:20 +0200 Subject: [PATCH] btrbk: change version to 0.30.1-dev --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index d2d595f..a56a907 100755 --- a/btrbk +++ b/btrbk @@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck ); use IPC::Open3 qw(open3); use Symbol qw(gensym); -our $VERSION = '0.30.0'; +our $VERSION = '0.30.1-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';