Skip to content

Commit 8511c27

Browse files
committed
grout: release v0.10.0
Author Commits Changed Files Insertions Deletions Robin Jarry 12 39 +365 -110 Maxime Leroy 10 53 +355 -241 Vincent Jardin 2 3 +63 -1 Signed-off-by: Robin Jarry <[email protected]>
1 parent a96b78e commit 8511c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(
55
'grout',
66
'c',
77
version: run_command(
8-
'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.9.1)}',
8+
'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.10.0)}',
99
check: false,
1010
capture: true,
1111
).stdout().strip(),

0 commit comments

Comments
 (0)