We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbff077 commit 6bdac60Copy full SHA for 6bdac60
raspiBackup.sh
@@ -44,7 +44,7 @@ fi
44
45
MYSELF="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")" # use linked script name if the link is used
46
MYNAME=${MYSELF%.*}
47
-VERSION="0.7.0-hotfix_m845" # -beta, -hotfix or -dev suffixes possible
+VERSION="0.7.0.1" # -beta, -hotfix or -dev suffixes possible
48
VERSION_SCRIPT_CONFIG="0.1.8" # required config version for script
49
50
VERSION_VARNAME="VERSION" # has to match above var names
0 commit comments