diff options
author | tdro <tdro@noreply.example.com> | 2022-10-06 16:53:02 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-10-06 16:53:02 -0400 |
commit | 2f18bda0de5f3ba1d75d601fcc536515995a4327 (patch) | |
tree | 48dbcbf7b50e23b01ae6ff40b75e04745541361b /themes/default/layouts/shortcodes/version.html | |
parent | 5d1753b7c6d60c5eb981a702c8dd73837dbcccee (diff) | |
download | canory-0.11.2.tar.gz canory-0.11.2.tar.bz2 canory-0.11.2.zip |
config: Add base-uri content security0.11.2
See previous commit for configuration change.
Diffstat (limited to 'themes/default/layouts/shortcodes/version.html')
-rw-r--r-- | themes/default/layouts/shortcodes/version.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/shortcodes/version.html b/themes/default/layouts/shortcodes/version.html index 482f0fb..cfe938d 100644 --- a/themes/default/layouts/shortcodes/version.html +++ b/themes/default/layouts/shortcodes/version.html @@ -1,4 +1,4 @@ -{{- $version := "0.11.1" -}} +{{- $version := "0.11.2" -}} {{- $number := default false (.Get "number" | default (.Get 0)) -}} {{- $clone := default false (.Get "clone" | default (.Get 1)) -}} |