diff --git a/btrbk b/btrbk index 27d9d21..1037afd 100755 --- a/btrbk +++ b/btrbk @@ -2,7 +2,7 @@ # # btrbk - Create snapshots and remote backups of btrfs subvolumes # -# Copyright (C) 2014-2018 Axel Burri +# Copyright (C) 2014-2019 Axel Burri # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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.2'; +our $VERSION = '0.28.0-dev'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = '';