summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-02-23 00:34:40 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-02-24 22:21:41 +0000
commitef235a1662593a11260d0220b860aea70c2e47ec (patch)
tree2717cdd380b7bf58558e8ed60a3e16293274c77f /package.json
parentc5b306020d73397fecfc3f2f2f7a462b562818d9 (diff)
downloadlibgit2-ef235a1662593a11260d0220b860aea70c2e47ec.tar.gz
v1.6: update version numbers
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 ."