summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-23 00:37:56 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-04-12 12:06:22 +0100
commit363088309458e285d03a73e14d7f43a3983b54f9 (patch)
tree28f587bf1219d16e29f374971e32998e170d2f6f /package.json
parentae49d554de69bf809f46bd6307d651100ebc6598 (diff)
downloadlibgit2-363088309458e285d03a73e14d7f43a3983b54f9.tar.gz
meta: the main branch is now v1.7.0
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 5665b4edd..398446ea5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libgit2",
- "version": "1.6.3",
+ "version": "1.7.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 ."