From 74689ea48444ca5de6aeb6c9946dfd74eff21f05 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Wed, 3 Jan 2018 20:34:18 +0100 Subject: [PATCH] tagging the release --- README.md | 2 -- tomb | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4278b2d..0c40bc5 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,6 @@ output to facilitate its use inside graphical applications. # How does it work? -![tomb and bats](https://github.com/dyne/Tomb/blob/master/extras/images/tomb_and_bats.png) - To create a Tomb, do: ``` $ tomb dig -s 100 secret.tomb diff --git a/tomb b/tomb index 99e382d..925c15a 100755 --- a/tomb +++ b/tomb @@ -44,7 +44,7 @@ # {{{ Global variables -typeset VERSION="2.5-SNAPSHOT" +typeset VERSION="2.5" typeset DATE="Jan/2018" typeset TOMBEXEC=$0 typeset TMPPREFIX=${TMPPREFIX:-/tmp}