Skip to content

Commit

Permalink
Tag v1.14.5 (gopasspw#2324)
Browse files Browse the repository at this point in the history
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <[email protected]>

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Sep 3, 2022
1 parent d068995 commit 5b92d2d
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.14.5 / 2022-09-03

* [BUGFIX] Fix fsck progress bar. Mostly. (#2303)
* [DOCUMENTATION] fix in recommended vim setting (#2318)

## 1.14.4 / 2022-08-02

* [BREAKING] gopass otp will automatically update the counter key in HTOP secrets! (#2278)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.4
1.14.5
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" "August 2022" "gopass (github.com/gopasspw/gopass) 1.14.4" "User Commands"
.TH GOPASS "1" "September 2022" "gopass (github.com/gopasspw/gopass) 1.14.5" "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 @@ -15,7 +15,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 14,
Patch: 4,
Patch: 5,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit 5b92d2d

Please sign in to comment.