summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-25 05:47:13 -0800
committerGitHub <noreply@github.com>2023-02-25 05:47:13 -0800
commitf507938dbba3bceeb8eb01a729baa8401e604738 (patch)
tree2717cdd380b7bf58558e8ed60a3e16293274c77f /package.json
parentf7325c448053bfcd1a32ec319ed392f525480634 (diff)
parentef235a1662593a11260d0220b860aea70c2e47ec (diff)
downloadlibgit2-f507938dbba3bceeb8eb01a729baa8401e604738.tar.gz
Merge pull request #6501 from libgit2/ethomson/v1.6
v1.6
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 8ef46d761..25d100bc5 100644
--- a/package.json
+++ b/package.json
@@ -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 ."