From 3f4479fe12eb88315b299759f6ef7f896b0d6220 Mon Sep 17 00:00:00 2001 From: Raul Marin Date: Thu, 3 Jan 2019 14:46:11 +0100 Subject: [PATCH] Release 0.24.1 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae4a7b2..0bc7ec6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.24.0 +EXTVERSION = 0.24.1 SED = sed AWK = awk @@ -92,6 +92,7 @@ UPGRADABLE = \ 0.23.1 \ 0.23.2 \ 0.24.0 \ + 0.24.1 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)