Skip to content

Commit 2d08c6d

Browse files
committed
Update version number
1 parent 858153d commit 2d08c6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A daily rotating MySQL backup script
33

44
Copyright (c)2015 by [Florian Beer](https://github.com/florianbeer)
55

6-
Version 0.1
6+
Version 0.2
77

88

99
This script comes with ABSOLUTELY NO WARRANTY.

agrajag

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare -r IGNORE="phpmyadmin|mysql|information_schema|performance_schema|test"
2323
declare -r RETAIN=5
2424

2525
# Script version
26-
declare -r VERSION="0.1"
26+
declare -r VERSION="0.2"
2727

2828
main() {
2929
local -r time=$(date +%F_%R)
@@ -53,4 +53,4 @@ main() {
5353
/usr/bin/logger -t "$(basename "${0}")" "Backup for ${time} took ${runtime}"
5454
}
5555

56-
main "@"
56+
main "@"

0 commit comments

Comments
 (0)