Release 0.18.3

The exclusion of analysis cache tables size from the quota (#281)
was meant to be included in 0.18.0 but missed the release, so
it's being released in this version.
This commit is contained in:
Javier Goizueta
2016-11-03 16:13:57 +01:00
parent fff7e926c9
commit 24639713f1
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# cartodb/Makefile
EXTENSION = cartodb
EXTVERSION = 0.18.2
EXTVERSION = 0.18.3
SED = sed
@@ -75,7 +75,7 @@ UPGRADABLE = \
0.17.1 \
0.18.0 \
0.18.1 \
0.18.2 \
0.18.3 \
$(EXTVERSION)dev \
$(EXTVERSION)next \
$(END)