We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad2233 commit 0ebdc27Copy full SHA for 0ebdc27
elastichq/config/settings.py
@@ -62,7 +62,7 @@ class TestSettings(BaseSettings):
62
# static
63
HQ_SITE_URL = 'http://elastichq.org'
64
HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ'
65
- API_VERSION = 'v3.5.2'
+ API_VERSION = 'v3.5.3'
66
67
ES_TEST_INDEX_NAME = 'cars'
68
@@ -105,7 +105,7 @@ class ProdSettings(BaseSettings):
105
106
107
108
- API_VERSION = '3.5.2'
+ API_VERSION = '3.5.3'
109
SERVER_NAME = None
110
111
# cluster settings: specific settings for each cluster and how HQ should handle it.
0 commit comments