Skip to content

Commit cd37c5f

Browse files
committed
bumped version to 0.7.1
1 parent a4a5684 commit cd37c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

properties/raspiBackup.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# GIT_DATE="$Date$"
2727
# GIT_COMMIT="$Sha1$"
2828

29-
VERSION="0.7.0.3"
29+
VERSION="0.7.1"
3030
INCOMPATIBLE=""
3131
DEPRECATED=""
3232
BETA=""

raspiBackup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444

4545
MYSELF="$(basename "$(test -L "$0" && readlink "$0" || echo "$0")")" # use linked script name if the link is used
4646
MYNAME=${MYSELF%.*}
47-
VERSION="0.7.0.3-m_374" # -beta, -hotfix or -dev suffixes possible
47+
VERSION="0.7.1" # -beta, -hotfix or -dev suffixes possible
4848
VERSION_SCRIPT_CONFIG="0.1.8" # required config version for script
4949

5050
VERSION_VARNAME="VERSION" # has to match above var names

0 commit comments

Comments
 (0)