Skip to content

Commit

Permalink
grout: release v0.5
Browse files Browse the repository at this point in the history
Author       Commits  Changed Files  Insertions  Deletions
Robin Jarry        8             10        +238       -154

Signed-off-by: Robin Jarry <[email protected]>
  • Loading branch information
rjarry committed Jan 9, 2025
1 parent 3c65f12 commit fa8a788
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.4',
'sh', '-c', 'git describe --long --abbrev=8 --dirty 2>/dev/null || echo v0.5',
check: false,
capture: true,
).stdout().strip(),
Expand Down

0 comments on commit fa8a788

Please sign in to comment.