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 19, 2022
1 parent 020c0a2 commit 9ab9d02
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.2
# v1.2.3

# 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.2
# v1.2.3

# 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.2
# v1.2.3

# 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.2
# v1.2.3

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

0 comments on commit 9ab9d02

Please sign in to comment.