summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-04-12 13:05:25 +0100
committerGitHub <noreply@github.com>2023-04-12 13:05:25 +0100
commite6325351ceee58cf56f58bdce61b38907805544f (patch)
tree3e0e9ecbf5234f366401f518802e001127b0c44c /package.json
parente3ca080794404f563416c4c6f11cd23d54eb113a (diff)
parentbd24d800b0abf3dfc894897210e242c5714d12b2 (diff)
downloadlibgit2-maint/v1.6.tar.gz
Merge pull request #6548 from libgit2/ethomson/v1.6.4v1.6.4maint/v1.6
v1.6.4 with a fix for ProgramData configs on Windows
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..9695f90d9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libgit2",
- "version": "1.6.3",
+ "version": "1.6.4",
"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 ."