Skip to content

Commit 2f5d058

Browse files
authored
Update copyright date
Because it was bugging me to see 2024 in the help page
1 parent 99e6904 commit 2f5d058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bunster/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222
Usage: "compile shell scripts to static binaries",
2323
Version: strings.TrimSpace(bunster.Version),
2424
Authors: []any{"Yassine Benaid <[email protected]>"},
25-
Copyright: "2024, Yassine Benaid",
25+
Copyright: "2024-2025, Yassine Benaid",
2626
Suggest: true,
2727
Commands: []*cli.Command{
2828
{

0 commit comments

Comments
 (0)