Skip to content

Commit 1a60b7e

Browse files
authored
Merge pull request #2371 from OZI-Project/rjdbcm-patch-23
🔨 update fallback version in meson.build to 2.1.31
2 parents 38d3103 + 85d6645 commit 1a60b7e

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)