Skip to content

Commit 85d6645

Browse files
authored
🔨 update fallback version in meson.build to 2.1.31
Signed-off-by: Eden Ross Duff, MSc <ozi.project@outlook.com>
1 parent 38d3103 commit 85d6645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88
'python3',
99
[
1010
'-c',
11-
'from setuptools_scm import get_version;print(get_version(normalize=False, fallback_version="2.1.30"))',
11+
'from setuptools_scm import get_version;print(get_version(normalize=False, fallback_version="2.1.31"))',
1212
],
1313
check: true,
1414
).stdout().strip(),

0 commit comments

Comments
 (0)