updated version

This commit is contained in:
0xdcarns
2021-10-02 08:54:46 -04:00
parent da26802865
commit 089f026080
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func GetAPIConnString() string {
return conn
}
func GetVersion() string {
version := "0.8.0"
version := "0.8.1"
if config.Config.Server.Version != "" {
version = config.Config.Server.Version
}