From 2018d032636c8295a13d633330c90babcf55a10b Mon Sep 17 00:00:00 2001 From: Sergi Granell Date: Fri, 21 Jan 2022 23:31:10 +0100 Subject: [PATCH] Bump to 0.5.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5d44d9..4f14e5d 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ STRIP = stripios # Version FAKEMOTE_MAJOR = 0 -FAKEMOTE_MINOR = 4 +FAKEMOTE_MINOR = 5 FAKEMOTE_PATCH = 0 FAKEMOTE_HASH = "$(shell git describe --dirty --always --exclude '*')"