We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96b78e commit 8511c27Copy full SHA for 8511c27
meson.build
@@ -5,7 +5,7 @@ project(
5
'grout',
6
'c',
7
version: run_command(
8
- 'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.9.1)}',
+ 'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.10.0)}',
9
check: false,
10
capture: true,
11
).stdout().strip(),
0 commit comments