Add 'version' command

This commit is contained in:
Alexander Neumann
2015-01-16 21:26:33 +01:00
parent 9c742c7b4b
commit bcb19c811b
2 changed files with 36 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
package restic
var Version = "compiled manually"
var Features = []string{}