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}