Fix test configs to v5 format

This commit is contained in:
Jakob Borg
2014-09-29 20:22:16 +02:00
parent 35b1887e17
commit 3059b36118
5 changed files with 14 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ var l = logger.DefaultLogger
type Configuration struct {
Location string `xml:"-" json:"-"`
Version int `xml:"version,attr" default:"3"`
Version int `xml:"version,attr" default:"5"`
Folders []FolderConfiguration `xml:"folder"`
Devices []DeviceConfiguration `xml:"device"`
GUI GUIConfiguration `xml:"gui"`