Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed Oct 20, 2023
1 parent 424cfa6 commit c671e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dwl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3315,7 +3315,7 @@ main(int argc, char *argv[])
else if (c == 'e')
return dscm_ipc_evaluate(optarg);
else if (c == 'v')
die("dwl v2.0.0");
die("dwl v2.0.2");
else
goto usage;
}
Expand Down
2 changes: 1 addition & 1 deletion guix.scm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
(inherit dwl)
(source source)
(name "dwl-guile-devel")
(version "2.0.0")
(version "2.0.2")
(inputs
(modify-inputs (package-inputs dwl)
(prepend guile-3.0
Expand Down

0 comments on commit c671e3d

Please sign in to comment.