You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/snap-sync
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
# snap-sync
3
3
# https://github.com/wesbarnett/snap-sync
4
-
# Copyright (C) 2016-2018 Wes Barnett
4
+
# Copyright (C) 2016-2021 Wes Barnett
5
5
6
6
# This program is free software; you can redistribute it and/or modify
7
7
# it under the terms of the GNU General Public License as published by
@@ -26,10 +26,10 @@
26
26
27
27
set -o errtrace
28
28
29
-
version="0.6"
29
+
version="0.7"
30
30
name="snap-sync"
31
31
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"
33
33
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"
34
34
35
35
# The following line is modified by the Makefile or
0 commit comments