Skip to content

Commit 7c12ab7

Browse files
committed
turtle-cpm 7.5
1 parent e1fe38d commit 7c12ab7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

commands/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
const (
2020
xdgStateHome = "XDG_STATE_HOME"
2121
// Version specifies the number for the version subcommand
22-
Version = "7.4"
22+
Version = "7.5"
2323
)
2424

2525
// Command returns the Cmd struct to execute the named program

guide/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
turtle-cpm is a command line tool to manage passwords, a replacement of the now gone [cpm
44
project](https://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm).
55

6-
The latest version is v7.4, released on 2022-09-21. See the [release notes](news.md).
6+
The latest version is v7.5, released on 2023-02-02. See the [release notes](news.md).
77

88
Notable features:
99

guide/src/news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## main
3+
## 7.5
44

55
- update: new `-i` switch to edit the `machine`, `service` or `user` of a password without changing
66
the password itself

0 commit comments

Comments
 (0)