Skip to content

Commit 276e177

Browse files
authored
Merge pull request #96 from wesbarnett/feature/0.7
Update to 0.7
2 parents 31ae1e2 + 5cd0625 commit 276e177

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bin/snap-sync

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# snap-sync
33
# https://github.com/wesbarnett/snap-sync
4-
# Copyright (C) 2016-2018 Wes Barnett
4+
# Copyright (C) 2016-2021 Wes Barnett
55

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

2727
set -o errtrace
2828

29-
version="0.6"
29+
version="0.7"
3030
name="snap-sync"
3131

32-
printf "\nsnap-sync version %s, Copyright (C) 2016-2019 Wes Barnett\n" "$version"
32+
printf "\nsnap-sync version %s, Copyright (C) 2016-2021 Wes Barnett\n" "$version"
3333
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"
3434

3535
# The following line is modified by the Makefile or

man8/snap-sync.8

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\" t
2-
.TH SNAP-SYNC 8 2019-03-15 SNAP-SYNC
2+
.TH SNAP-SYNC 8 2021-01-24 SNAP-SYNC
33
.SH NAME
44
snap-sync \- send incremental btrfs snapshots, keeping track of them with snapper
55

0 commit comments

Comments
 (0)