summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2022-02-14 07:01:43 -0500
committerEdward Thomson <ethomson@edwardthomson.com>2022-02-14 07:01:43 -0500
commitae74d5ac41aa6158442f4643f285ab8b71a7750d (patch)
tree9a6ef3a2a194d82f5ab9e5c12a7ca2f59c2cca6b /package.json
parentc8450561d4065d13ad05d8f2269f65ceb810d1e9 (diff)
downloadlibgit2-ae74d5ac41aa6158442f4643f285ab8b71a7750d.tar.gz
meta: update version number to v1.5.0-alpha
Update the version number in main to v1.5.0-alpha. This helps people understand that the main builds are not part of the v1.4.0 release train. We use "alpha" to indicate builds out of main (or nightlies) as semver v2 requires the prerelease component is compared lexicographically. Thus, our "beta" and "rc" releases should follow.
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 6952563b6..139fc3891 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libgit2",
- "version": "1.4.0",
+ "version": "1.5.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 ."