Version 0.5.0 -> 0.6.0

This commit is contained in:
Martin Puppe 2021-03-06 16:14:40 +01:00
parent b0973f25d7
commit cfba3f37c5

View file

@ -6,7 +6,7 @@ require 'yaml'
DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup/config.yaml') DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup/config.yaml')
NAME = 'mpbackup' NAME = 'mpbackup'
VERSION = '0.5.0' VERSION = '0.6.0'
def set_restic_vars(config) def set_restic_vars(config)
if config['repository-file'] if config['repository-file']