Skip to content

Commit

Permalink
Tag v1.13.1
Browse files Browse the repository at this point in the history
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Jan 15, 2022
1 parent a3f7dc9 commit ebb790c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.13.1 / 2022-01-15

* [BUGFIX] Handle from prefix correctly on mv (#2110, #2079)
* [BUGFIX] Handle unencoded secret on cat

## 1.13.0 / 2021-11-13

* [BUGFIX] Do not print OTP progress bar if not in terminal (#2019)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.13.1
2 changes: 1 addition & 1 deletion gopass.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.TH GOPASS "1" "November 2021" "gopass (github.com/gopasspw/gopass) 1.13.0" "User Commands"
.TH GOPASS "1" "January 2022" "gopass (github.com/gopasspw/gopass) 1.13.1" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 13,
Patch: 0,
Patch: 1,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit ebb790c

Please sign in to comment.