Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascbeyeler committed Jul 23, 2017
1 parent 139c9fa commit 9a7f751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Enter inside the folder zmbackup and execute the script install.sh. Follow the i

```
$ zmbackup -v
zmbackup version: 1.1.5
zmbackup version: 1.1.6
```

Open the folder /etc/cron.d/zmbackup.cron and adjust each job scheduled to the time you want the execution. If you configured zmbkpose or any old release before, please undo and use this file for scheduling.
Expand Down
4 changes: 2 additions & 2 deletions src/zmbackup
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
################################################################################
# zmbackup:
#
# 18/04/2017 - Version 1.1.5 - By Lucas Costa Beyeler
# 18/04/2017 - Version 1.1.6 - By Lucas Costa Beyeler
# <[email protected]>
# <[email protected]>
################################################################################
Expand Down Expand Up @@ -644,7 +644,7 @@ case "$1" in
show_help
;;
"-v"|"--version" )
echo "zmbackup version: 1.1.5"
echo "zmbackup version: 1.1.6"
;;
* )
show_help
Expand Down

0 comments on commit 9a7f751

Please sign in to comment.