File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6262# v0.2.2 - 2020-04-19 - Fixed errors in stats command.
6363# v0.2.3 - 2020-05-12 - Fixed potential function input validation issue. Minor
6464# refactor of verbose output.
65- # v0.2. - - Fixed errors in validating days & months with leading
65+ # v0.2.4 - 2020-10-13 - Fixed errors in validating days & months with leading
6666# zeros.
6767#
6868# LICENSE:
9292
9393# info
9494tool=$( basename " $0 " )
95- version=' 0.2.3 '
95+ version=' 0.2.4 '
9696copyright=' Copyright (c) 2009-2020 Morgan Aldridge'
9797
9898# global variables
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ v0.2.1 - Fixed bug causing monthly archives to be incorrectly moved to current
122122v0.2.2 - Fixed errors in stats command.
123123v0.2.3 - Fixed potential function input validation issue. Minor refactor of
124124 verbose output.
125- v0.2. - Fixed errors in validating days & months with leading zeros.
125+ v0.2.4 - Fixed errors in validating days & months with leading zeros.
126126
127127ACKNOWLEDGEMENTS
128128----------------
You can’t perform that action at this time.
0 commit comments