restic/changelog/unreleased/issue-4188

8 lines
334 B
Plaintext
Raw Normal View History

2023-06-19 19:30:41 +02:00
Enhancement: Include client version in snapshot metadata
The client version number is now included in the `program_version` field of a snapshot.
It can be inspected by using either `restic cat snapshot snapshotID` or `restic snapshots --json`.
https://github.com/restic/restic/issues/4188
https://github.com/restic/restic/pull/4378