From 2c1c83b3c1ad24768d03c6f88c2e3b685d39e2b0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 6 Mar 2021 15:33:01 -0500 Subject: Release 2.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e44fdc..994962f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 2.1 +VERSION := 2.2 else VERSION := $(shell git describe --always) endif -- cgit v1.2.3