Skip to content

Commit

Permalink
New release 0.8.1 and update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehops committed Jun 20, 2021
1 parent ff84643 commit 3ec76ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zap
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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 "$@" ;;
Expand Down

0 comments on commit 3ec76ca

Please sign in to comment.