From 62173bb26a6ad3375b0a56d808bf99669f54f121 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Fri, 5 Jan 2024 01:56:41 +0200 Subject: [PATCH] Fix copyright years typo --- app/copyright | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/copyright b/app/copyright index e69e4b3..76184b1 100755 --- a/app/copyright +++ b/app/copyright @@ -1,6 +1,6 @@ #!/bin/sh # vi:et lbr noet sw=2 ts=2 tw=79 wrap -# Copyright 2022-2023-2023 David Rabkin +# Copyright 2022-2024 David Rabkin # The script uses local variables which are not POSIX but supported by most # shells. See: # https://stackoverflow.com/q/18597697 @@ -18,7 +18,7 @@ BASE_APP_USAGE="$( } readonly \ BASE_APP_USAGE \ - BASE_APP_VERSION=0.9.20231216 \ + BASE_APP_VERSION=0.9.20240105 \ BASE_MIN_VERSION=0.9.20231212 . base.sh