Skip to content

Commit

Permalink
grout: release v0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Feb 19, 2025
1 parent e8c4ad8 commit 18bae1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(
'grout',
'c',
version: run_command(
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.7',
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.7.1',
check: false,
capture: true,
).stdout().strip(),
Expand Down

0 comments on commit 18bae1f

Please sign in to comment.