Browse Source

Assets version++

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

+ 1 - 1
consts/consts.go

@@ -6,7 +6,7 @@ import (
 
 const Debug = true
 const ServerVersion = "1.0.0"
-const AssetsVersion = "5"
+const AssetsVersion = "6"
 const AssetsPath = "assets"
 const DirIndexFile = "index.html"