diff --git a/Makefile b/Makefile index 2f31953..00d9b05 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.21.0 +EXTVERSION = 0.22.0 SED = sed AWK = awk @@ -85,6 +85,7 @@ UPGRADABLE = \ 0.19.2 \ 0.20.0 \ 0.21.0 \ + 0.22.0 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)