Browse Source

Assets version++

Vova Tkach 6 years ago
parent
commit
e8cf963475
1 changed files with 1 additions and 1 deletions
  1. 1 1
      consts/consts.go

+ 1 - 1
consts/consts.go

@@ -5,7 +5,7 @@ import (
 )
 
 const ServerVersion = "1.0.0"
-const AssetsVersion = "8"
+const AssetsVersion = "9"
 const AssetsPath = "assets"
 const DirIndexFile = "index.html"