mirror of
https://github.com/restic/restic.git
synced 2025-12-03 22:31:50 +00:00
340 B
340 B
For maintainers only
Responsibilities
Please go through this link Maintainer Responsibility
Making new releases
Edit libraryVersion constant in api.go.
$ grep libraryVersion api.go
libraryVersion = "0.3.0"
$ git tag 0.3.0
$ git push --tags