mirror of https://github.com/digint/btrbk
btrbk: bump version to 0.27.0-dev
parent
1fd3a547df
commit
951ae256fa
|
@ -1,3 +1,6 @@
|
||||||
|
btrbk-0.27.0-dev
|
||||||
|
|
||||||
|
|
||||||
btrbk-0.26.1
|
btrbk-0.26.1
|
||||||
|
|
||||||
* Add "archive_exclude" configuration option.
|
* Add "archive_exclude" configuration option.
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -32,7 +32,7 @@ use Carp qw(confess);
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
use Time::Local qw( timelocal timegm timegm_nocheck );
|
use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||||
|
|
||||||
our $VERSION = '0.26.1';
|
our $VERSION = '0.27.0-dev';
|
||||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue