aboutsummaryrefslogtreecommitdiff
path: root/http_global.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_global.go')
-rw-r--r--http_global.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/http_global.go b/http_global.go
index b1e5585..e007490 100644
--- a/http_global.go
+++ b/http_global.go
@@ -3,5 +3,6 @@ package main
var global_data = map[string]any{
"server_public_key_string": &server_public_key_string,
"server_public_key_fingerprint": &server_public_key_fingerprint,
+ "forge_version": VERSION,
// Some other ones are populated after config parsing
}