Add version for 0.13.1

This commit is contained in:
Alexander Neumann 2022-04-10 10:58:55 +02:00
parent 90f1a9b5f5
commit 594f155eb6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.13.0
0.13.1

View File

@ -40,7 +40,7 @@ import (
"golang.org/x/crypto/ssh/terminal"
)
var version = "0.13.0"
var version = "0.13.1"
// TimeFormat is the format used for all timestamps printed by restic.
const TimeFormat = "2006-01-02 15:04:05"