chnage Marc default version to 2022.1

This commit is contained in:
Franz Roters 2022-05-10 09:00:55 +02:00
parent 0b83a8ca10
commit 087302a2a4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import shlex
import re
from pathlib import Path
_marc_version = '2021.3.1'
_marc_version = '2022.1'
_marc_root = '/opt/msc'
_damask_root = str(Path(__file__).parents[3])