From b352867ea8b5db3ea058fc03a57e9c11fb315efc Mon Sep 17 00:00:00 2001
From: Alex Jurkiewicz <alexj@kounta.com>
Date: Wed, 13 Feb 2019 08:44:39 +1100
Subject: [PATCH] acts 1.4b1

---
 README.md | 4 ++--
 acts      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 250c7d1..f379c47 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-ACTS 1.3
-========
+ACTS 1.4b1
+==========
 
 Another Calendar-based Tarsnap Script.
 
diff --git a/acts b/acts
index 8b674b9..e70209b 100755
--- a/acts
+++ b/acts
@@ -5,7 +5,7 @@ set -u
 # Exit if a pipeline exits non-zero
 set -e
 
-VERSION="1.3"
+VERSION="1.4b1"
 
 if [ "$#" = "1" ] && [ "$1" = "--version" ]; then
     echo "acts version $VERSION"