From 8f381f733c8299add06e8421b047d6d423e8c76b Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:45:17 +0000 Subject: [PATCH] chore: change cli header year --- crates/cli/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index fc44180..66c50b6 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -22,7 +22,7 @@ const GAMEDIG_HEADER: &str = r" |___/ A command line interface for querying game servers. - Copyright (C) 2022 - 2023 GameDig Organization & Contributors + Copyright (C) 2022 - 2024 GameDig Organization & Contributors Licensed under the MIT license ";