From 70d39d08e11c75d3c0b2629bf9dde19420583342 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 30 May 2017 06:59:09 -0400 Subject: [PATCH] forgotten version bump --- bin/snap-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snap-sync b/bin/snap-sync index 1c1bfee..e137b1e 100755 --- a/bin/snap-sync +++ b/bin/snap-sync @@ -7,7 +7,7 @@ # snapshot created on your system since that will be used to determine the # difference for the next incremental snapshot. -version="0.3" +version="0.4" name="snap-sync" TMPDIR=$(mktemp -d)