Skip to content

Commit 9a18be1

Browse files
committed
grout: release v0.14.1
Author Commits Changed Files Insertions Deletions Robin Jarry 7 12 +106 -43 Christophe Fontaine 1 1 +1 -1 Reviewer/Tester Commits Maxime Leroy 7 Christophe Fontaine 4 Signed-off-by: Robin Jarry <[email protected]>
1 parent a5face0 commit 9a18be1

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.14.0)}',
8+
'sh', '-c', 'echo ${GROUT_VERSION:-$(git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.14.1)}',
99
check: false,
1010
capture: true,
1111
).stdout().strip(),

0 commit comments

Comments
 (0)