From 2f73eaa00ce0b29dfcf621c3c6e8936761a67bd7 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 5 Mar 2024 16:39:10 -0700 Subject: [PATCH] Make it 19.0 --- CHANGELOG.md | 2 +- VERSION.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41f5fc..1dfd278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v0.18.1 (2024-03-05) +# v0.19.0 (2024-03-05) * Set `Cache-Control: max-age=900` header in NGINX server * Add `legendRelativePath` to `snow-surface-properties/regions/root.json` at the diff --git a/VERSION.env b/VERSION.env index ea17869..df94f9f 100644 --- a/VERSION.env +++ b/VERSION.env @@ -1 +1 @@ -export SERVER_VERSION="v0.18.1" +export SERVER_VERSION="v0.19.0"