fix: escape code blocks to prevent HTML injection

This commit is contained in:
httpjamesm 2022-12-28 22:18:18 -05:00
parent 8f9091fb2a
commit 5bd9ce484f
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
package config
var Version = "1.2"
var Version = "1.2.1"