Skip to content

Commit 3c10bc6

Browse files
committed
grout: release v0.14.3
Author Commits Changed Files Insertions Deletions Robin Jarry 23 47 +386 -282 Reviewer/Tester Commits Christophe Fontaine 14 Maxime Leroy 5 Signed-off-by: Robin Jarry <rjarry@redhat.com>
1 parent 4f11436 commit 3c10bc6

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

0 commit comments

Comments
 (0)