From 672122279f9e127d5bcdfa9184b8ab9d106d80cf Mon Sep 17 00:00:00 2001 From: Robert Lemke Date: Wed, 24 Jul 2024 10:58:54 +0200 Subject: [PATCH] Update copyright year --- README.md | 2 +- cmd/beach/cmd/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dae8eb8..5e21c05 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ For a slightly quicker build, use `make compile`. This library was developed by Robert Lemke with major contributions by Karsten Dambekalns and Christian Müller. Feel free to suggest new features, report bugs or provide bug fixes in our Github project. -Copyright 2019-2023 Robert Lemke, Karsten Dambekalns, Christian Müller, licensed under the Apache License, version 2.0. +Copyright 2019-2024 Robert Lemke, Karsten Dambekalns, Christian Müller, licensed under the Apache License, version 2.0. diff --git a/cmd/beach/cmd/version.go b/cmd/beach/cmd/version.go index 6c2292b..681a414 100644 --- a/cmd/beach/cmd/version.go +++ b/cmd/beach/cmd/version.go @@ -29,6 +29,6 @@ var versionCmd = &cobra.Command{ Short: "Print the version number of Beach", Long: `If version numbers are important to you, this command will be your favorite: it displays a version!`, Run: func(cmd *cobra.Command, args []string) { - fmt.Printf("Local Beach %s © 2019-2023 Robert Lemke / Flownative GmbH \n", version.Version) + fmt.Printf("Local Beach %s © 2019-2024 Robert Lemke / Flownative GmbH \n", version.Version) }, }