From 20faba257f9b75617671efc8ccc011b5f43f820e Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Fri, 12 Aug 2022 16:34:17 -0400 Subject: [PATCH] update version for new release --- sysusers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysusers b/sysusers index bb14b3f..5f273d1 100755 --- a/sysusers +++ b/sysusers @@ -1,10 +1,10 @@ #!/bin/sh -# Copyright (c) 2018 Chris Cromer +# Copyright (c) 2018 - 2022 Chris Cromer # Released under the 2-clause BSD license. # # This is an implementation of the systemd-sysusers command -sysusersver=0.6 +sysusersver=0.7 warninvalid() { printf "sysusers: %s on line %d of '%s'\n" "${1:-ignoring invalid entry}" \