2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 20:02:21 +00:00
restic/changelog/unreleased/issue-4547

8 lines
284 B
Plaintext
Raw Permalink Normal View History

2023-11-01 21:12:19 +00:00
Enhancement: Add support for `--json` option to `version` command
Restic now supports outputting restic version and used go version, OS and
architecture via JSON when using the version command.
https://github.com/restic/restic/issues/4547
2023-11-01 21:12:19 +00:00
https://github.com/restic/restic/pull/4553