diff --git a/main.go b/main.go index 0b9801f..9f43c79 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,13 @@ import ( "github.com/pocketbase/pocketbase/core" ) +var ( + Version string + Build string +) + func main() { + log.Printf("GO-PB-JUBILEE v%+v build %+v\n\n", Version, Build) app := pocketbase.New() // serves static files from the provided public dir (if exists) diff --git a/pb_data/data.db b/pb_data/data.db index ec4d2c0..83f4c15 100644 Binary files a/pb_data/data.db and b/pb_data/data.db differ diff --git a/pb_data/logs.db b/pb_data/logs.db index 71d747d..066af6c 100644 Binary files a/pb_data/logs.db and b/pb_data/logs.db differ