diff --git a/Makefile b/Makefile index 16bd74b..a125400 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # cartodb/Makefile EXTENSION = cartodb -EXTVERSION = 0.9.3 +EXTVERSION = 0.9.4 SED = sed @@ -46,6 +46,7 @@ UPGRADABLE = \ 0.9.1 \ 0.9.2 \ 0.9.3 \ + 0.9.4 \ $(EXTVERSION)dev \ $(EXTVERSION)next \ $(END)