summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 686ca7e..bed58c1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CCGIT = $(shell pkg-config --libs libgit2)
VERMAJOR = 0
VERMINOR = 1
-VERPATCH = 0
+VERPATCH = 1
all: build

Generated by cgit