release 0.1.2

This commit is contained in:
Henry Dollman
2024-08-07 16:19:27 -04:00
parent 3f692ce528
commit 8a04a9bed6
3 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ import (
"golang.org/x/crypto/ssh"
)
var Version = "0.1.1"
var Version = "0.1.2"
var app *pocketbase.PocketBase
var serverConnections = make(map[string]*Server)