config: Belatedly increment file version to account for task field

Captain Hindsight: We should have never committed 13a87cb8c7 ("Allow
to define task in config and environment") without forwarding the file
version. Without this, no config file writer can tell kas versions
apart that support task control from those that don't.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2017-10-10 08:24:27 +02:00 committed by Daniel Wagner
parent d1968a7f84
commit 4f76e47090

View File

@ -26,5 +26,5 @@ __license__ = 'MIT'
__copyright__ = 'Copyright (c) Siemens AG, 2017'
__version__ = '0.12.0'
__file_version__ = 2
__file_version__ = 3
__compatible_file_version__ = 1