diff --git a/README.md b/README.md index 3fb5d3e..00d3255 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ![Logo](img/logo_32.png) IceCon RCON client [![Release version](https://img.shields.io/github/release/icedream/icecon.svg?maxAge=2592000)](https://github.com/icedream/icecon/releases) -![Maintained?](https://img.shields.io/maintenance/yes/2023.svg?maxAge=2592000) +![Maintained?](https://img.shields.io/maintenance/yes/2024.svg?maxAge=2592000) *IceCon* is a Q3-compatible RCON client. It can connect to any server that implements RCON over a Q3-compatible network protocol (UDP) and even comes with a nice, straight minimal GUI. diff --git a/main.go b/main.go index 6718701..7bbd83b 100644 --- a/main.go +++ b/main.go @@ -117,7 +117,7 @@ func usage() { func main() { fmt.Println("IceCon - Icedream's RCON Client") - fmt.Println("\t\u00A9 2016-2023 Carl Kittelberger/Icedream") + fmt.Println("\t\u00A9 2016-2024 Carl Kittelberger/Icedream") fmt.Println() argAddressTCP := argAddress.TCP()