summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2020-03-04 17:07:45 +0000
committerTed Trask <ttrask01@yahoo.com>2020-03-04 17:07:45 +0000
commit4bf6b4a00cfb290d82060b142a8881574af63a94 (patch)
tree9f77ef55a1d84906c86695b4ec99335bc9600fbb
parent499cc5e2a8e1a4a0b8adbf2184d4bad6bf3182f8 (diff)
downloadacf-core-4bf6b4a00cfb290d82060b142a8881574af63a94.tar.bz2
acf-core-4bf6b4a00cfb290d82060b142a8881574af63a94.tar.xz
Bump version to 0.22.0HEADv0.22.0master
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f311db..33550ac 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.21.3
+VERSION=0.22.0
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)