btrbk: change version to 0.28.0-dev; bump copyright year

pull/274/head
Axel Burri 2019-03-29 04:35:16 +01:00
parent bb2e9877b0
commit 6d465da6dc
1 changed files with 2 additions and 2 deletions

4
btrbk
View File

@ -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 <axel@tty0.ch>';
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';