From 5706c84a1505b6e697eaa1cf269a5b665b1f36fe Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Tue, 16 Jun 2026 20:07:30 +0200 Subject: [PATCH] chore: alinea constante version del binario a 0.8.0 (coincide con app.md) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fe58cdb..5262d02 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "fn-registry/functions/browser" ) -const version = "0.7.0" +const version = "0.8.0" type config struct { httpAddr string