We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b626d4a commit f2d1d84Copy full SHA for f2d1d84
README.md
@@ -1,4 +1,4 @@
1
-ACTS 1.4b2
+ACTS 1.4.0
2
==========
3
4
Another Calendar-based Tarsnap Script.
acts
@@ -5,7 +5,7 @@ set -u
5
# Exit if a pipeline exits non-zero
6
set -e
7
8
-VERSION="1.4b2"
+VERSION="1.4.0"
9
10
if [ "$#" = "1" ] && [ "$1" = "--version" ]; then
11
echo "acts version $VERSION"
0 commit comments