Skip to content

Commit

Permalink
Merge pull request #96 from wesbarnett/feature/0.7
Browse files Browse the repository at this point in the history
Update to 0.7
  • Loading branch information
wesbarnett committed Jan 24, 2021
2 parents 31ae1e2 + 5cd0625 commit 276e177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/snap-sync
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# snap-sync
# https://github.com/wesbarnett/snap-sync
# Copyright (C) 2016-2018 Wes Barnett
# Copyright (C) 2016-2021 Wes Barnett

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -26,10 +26,10 @@

set -o errtrace

version="0.6"
version="0.7"
name="snap-sync"

printf "\nsnap-sync version %s, Copyright (C) 2016-2019 Wes Barnett\n" "$version"
printf "\nsnap-sync version %s, Copyright (C) 2016-2021 Wes Barnett\n" "$version"
printf "snap-sync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the license for more information. \n\n"

# The following line is modified by the Makefile or
Expand Down
2 changes: 1 addition & 1 deletion man8/snap-sync.8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'\" t
.TH SNAP-SYNC 8 2019-03-15 SNAP-SYNC
.TH SNAP-SYNC 8 2021-01-24 SNAP-SYNC
.SH NAME
snap-sync \- send incremental btrfs snapshots, keeping track of them with snapper

Expand Down

0 comments on commit 276e177

Please sign in to comment.