Skip to content

Commit ba58f55

Browse files
authored
Update the year in copyright notice (#902)
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent c732f80 commit ba58f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func initConfig(ctx *cli.Context) error {
229229
}
230230

231231
func displayCopyright(ctx *cli.Context) error {
232-
fmt.Fprintf(ctx.App.Writer, "k0sctl %s Copyright 2023, k0sctl authors.\n", k0sctl.Version)
232+
fmt.Fprintf(ctx.App.Writer, "k0sctl %s Copyright 2025, k0sctl authors.\n", k0sctl.Version)
233233
return nil
234234
}
235235

0 commit comments

Comments
 (0)