summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-07-13 20:17:27 -0400
committerEdward Thomson <ethomson@edwardthomson.com>2022-07-13 20:19:35 -0400
commit43dd3700a2940679d15ea351f8394928f74510e4 (patch)
tree683437f0cfebb3f164bf257e8f717f61e361c6be /package.json
parentfbea439d4b6fc91c6b619d01b85ab3b7746e4c19 (diff)
downloadlibgit2-43dd3700a2940679d15ea351f8394928f74510e4.tar.gz
meta: update version number to v1.6.0-alpha
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8676fe513..8ef46d761 100644
--- a/package.json
+++ b/package.json
@@ -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 ."