should always point to the most recent version
This commit is contained in:
parent
444303a000
commit
93e05aed29
|
@ -3,7 +3,7 @@ import shlex
|
||||||
import re
|
import re
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
_marc_version = '2022.2'
|
_marc_version = '2022.4'
|
||||||
_marc_root = '/opt/msc'
|
_marc_root = '/opt/msc'
|
||||||
_damask_root = str(Path(__file__).parents[3])
|
_damask_root = str(Path(__file__).parents[3])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue