Skip to content

Commit f2d1d84

Browse files
committed
acts v1.4.0
1 parent b626d4a commit f2d1d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ACTS 1.4b2
1+
ACTS 1.4.0
22
==========
33

44
Another Calendar-based Tarsnap Script.

acts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -u
55
# Exit if a pipeline exits non-zero
66
set -e
77

8-
VERSION="1.4b2"
8+
VERSION="1.4.0"
99

1010
if [ "$#" = "1" ] && [ "$1" = "--version" ]; then
1111
echo "acts version $VERSION"

0 commit comments

Comments
 (0)