From 3ec76ca713df600ec4c103a17cb5f02ee84203d3 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Sun, 20 Jun 2021 11:33:29 -0300 Subject: [PATCH] New release 0.8.1 and update copyright year --- zap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zap b/zap index e898901..e8253e2 100755 --- a/zap +++ b/zap @@ -1,7 +1,7 @@ #!/bin/sh # ============================================================================== -# Copyright (c) 2018, Joseph Mingrone. All rights reserved. +# Copyright (c) 2021, Joseph Mingrone. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -621,7 +621,7 @@ ttlptn='^[0-9]{1,4}[dwmy]$' unptn='^[[:alnum:]_][[:alnum:]_-]{0,31}$' zptn="@ZAP_(${hn})_..*--[0-9]{1,4}[dwmy]" -readonly version=0.8 +readonly version=0.8.1 case $1 in snap|snapshot) shift; snap_parse "$@" ;;