diff --git a/Makefile b/Makefile index c6f9f95..178978b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.35.0 +EXTVERSION = 0.36.0 SED = sed AWK = awk @@ -108,6 +108,7 @@ UPGRADABLE = \ 0.33.0 \ 0.34.0 \ 0.35.0 \ + 0.36.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)