diff --git a/Makefile b/Makefile index 6958b1c..3c7641e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.14.2 +EXTVERSION = 0.14.3 SED = sed @@ -62,6 +62,7 @@ UPGRADABLE = \ 0.14.0 \ 0.14.1 \ 0.14.2 \ + 0.14.3 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)