should always point to the most recent version

This commit is contained in:
Martin Diehl 2023-01-08 20:46:07 +01:00
parent 444303a000
commit 93e05aed29
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 = '2022.2'
_marc_version = '2022.4'
_marc_root = '/opt/msc'
_damask_root = str(Path(__file__).parents[3])