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 a4a5684 commit cd37c5fCopy full SHA for cd37c5f
properties/raspiBackup.properties
@@ -26,7 +26,7 @@
26
# GIT_DATE="$Date$"
27
# GIT_COMMIT="$Sha1$"
28
29
-VERSION="0.7.0.3"
+VERSION="0.7.1"
30
INCOMPATIBLE=""
31
DEPRECATED=""
32
BETA=""
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.3-m_374" # -beta, -hotfix or -dev suffixes possible
+VERSION="0.7.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