Skip to content

Commit e8c4ad8

Browse files
committed
grout: release v0.7
Author Commits Changed Files Insertions Deletions Robin Jarry 37 152 +1185 -822 Christophe Fontaine 22 80 +515 -269 Olivier Gournet 2 14 +108 -70 Reviewer/Tester Commits Christophe Fontaine 1 David Marchand 1 Signed-off-by: Robin Jarry <[email protected]>
1 parent 9379633 commit e8c4ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

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

0 commit comments

Comments
 (0)