diff --git a/deploy/startup.sh b/deploy/startup.sh index cafe625b..a330ae45 100644 --- a/deploy/startup.sh +++ b/deploy/startup.sh @@ -49,6 +49,6 @@ gcloud secrets versions access 4 --secret=debatkijker-certificate-key > server/n # Add the token as ELASTICSEARCH_SERVICE_TOKEN in the .env file. # Copy the contents of the service_tokens file into the secrets directory of the environment. -invoke pull -v 0.20.3 +invoke pull -v 0.21.3 invoke init production worker invoke deploy diff --git a/src/package.json b/src/package.json index dd3a2ac5..a695448c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "datascope", - "version": "0.21.2", + "version": "0.21.3", "data": { "digital-ocean": { "data/online_discourse/dumps": "online_discourse/dumps"