git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit 4d13a18d5ccf2daced931ae6b8d01d3df1fff2fa parent e421e93ac6d72bccea3b78f1a3eff0008b75d44f Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sun, 7 Aug 2022 10:10:16 +0200 bump version to 1.2 Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = stagit -VERSION = 1.1 +VERSION = 1.2 # paths PREFIX = /usr/local