diff --git a/Makefile b/Makefile index 82034e5..4c3d15a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.28.1 +EXTVERSION = 0.29.0 SED = sed AWK = awk @@ -100,7 +100,7 @@ UPGRADABLE = \ 0.27.1 \ 0.27.2 \ 0.28.0 \ - 0.28.1 \ + 0.29.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)