Skip to content

Commit

Permalink
Increase patch version at scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroetb committed Jun 20, 2022
1 parent 02890ce commit 9909d78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rsync-incremental-backup-local
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# v1.2.3
# v1.2.4

# Configuration variables (change as you wish)
src="${1:-/path/to/source}"
Expand Down
2 changes: 1 addition & 1 deletion rsync-incremental-backup-remote
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# v1.2.3
# v1.2.4

# Configuration variables (change as you wish)
src="${1:-/path/to/source}"
Expand Down
2 changes: 1 addition & 1 deletion rsync-incremental-backup-system
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# v1.2.3
# v1.2.4

# Configuration variables (change as you wish)
src="/"
Expand Down
2 changes: 1 addition & 1 deletion rsync-incremental-backup-system-remote
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# v1.2.3
# v1.2.4

# Configuration variables (change as you wish)
src="/"
Expand Down

0 comments on commit 9909d78

Please sign in to comment.