summaryrefslogtreecommitdiff
path: root/etckeeper
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-05-17 10:47:34 -0400
committerJoey Hess <joeyh@joeyh.name>2016-05-17 10:47:34 -0400
commit3e1fa359d6e05ac3e3b9815a8503248e0f9af8e0 (patch)
tree16a118299cc3adbdbb317b9d153e8839493d01bf /etckeeper
parent299e873a12ef9875c62a171ff018be1766ab60b1 (diff)
fix
Diffstat (limited to 'etckeeper')
-rwxr-xr-xetckeeper2
1 files changed, 1 insertions, 1 deletions
diff --git a/etckeeper b/etckeeper
index 93f2b00..70ad797 100755
--- a/etckeeper
+++ b/etckeeper
@@ -71,7 +71,7 @@ elif [ "x$1" = "x-h" ] || [ "x$1" = "x--help" ]; then
exit 0
elif [ "x$1" = "x-v" ] || [ "x$1" = "x--version" ]; then
# This is automatically updated by the Makefile.
- echo "Version: 1.18.3"
+ echo "Version: 1.18.4"
exit 0
fi
command="$1"