v1.6: update version numbers

This commit is contained in:
Edward Thomson
2023-02-23 00:34:40 +00:00
parent c5b306020d
commit ef235a1662
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "libgit2",
"version": "1.6.0-alpha",
"version": "1.6.0",
"repo": "https://github.com/libgit2/libgit2",
"description": " A cross-platform, linkable library implementation of Git that you can use in your application.",
"install": "mkdir build && cd build && cmake .. && cmake --build ."