Version 0.2.0 -> 0.3.0

This commit is contained in:
Martin Puppe 2020-03-25 23:30:33 +01:00
parent c400af5ed4
commit 9a7ac16d9f

View file

@ -6,7 +6,7 @@ require 'yaml'
DEFAULT_CONFIG_FILE = Pathname.new('/etc/mpbackup/config.yaml')
NAME = 'mpbackup'
VERSION = '0.2.0'
VERSION = '0.3.0'
def set_restic_vars(config)
repo = config['repository']