Version 0.1.0 -> 0.2.0

This commit is contained in:
Martin Puppe 2020-03-25 21:01:14 +01:00
parent 9fe11e852e
commit fa451cb664

View file

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