meta: update version number to v1.6.0-alpha

This commit is contained in:
Edward Thomson
2022-07-13 20:17:27 -04:00
parent fbea439d4b
commit 43dd3700a2
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "libgit2",
"version": "1.5.0",
"version": "1.6.0-alpha",
"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 ."