diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-05-19 13:17:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 13:17:47 +0300 |
commit | f6ff9b6517f234352bf14fd86ad6779072ddbbf1 (patch) | |
tree | 8b36a462189699491f3a33b7e968b67a80740ee5 | |
parent | fc16aa965d2c979e78f1d58d064c0330fa3e3cb9 (diff) |
VERSION 4.2.0 CHANGE
-rw-r--r-- | layouts/index.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.json b/layouts/index.json index b56153d..4bc458b 100644 --- a/layouts/index.json +++ b/layouts/index.json @@ -5,7 +5,7 @@ {{ $isDown := where $active "Params.severity" "=" "down" }} { "is": "index", - "cStateVersion": "4.1.1", + "cStateVersion": "4.2.0", "apiVersion": "1.0.0", "title": "{{ .Site.Title }}", "languageCodeHTML": "{{ .Site.LanguageCode }}", |