summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2024-06-12 10:48:37 -0600
committerAaron Ball <nullspoon@oper.io>2024-06-12 10:48:37 -0600
commit5965293e5472da9c037db3a36777cfc22ecb13c7 (patch)
treeef19da7cbeffa31c42d5755f932059e6628964a4
parent91471076493f87005431dd81c2bf4d0445495ca4 (diff)
downloadnullprompt-master.tar.gz
nullprompt-master.tar.xz
Patch from 0 to 1 (verstr now 0.1.1)HEADv0.1.1v0.1master
-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