From 87bbd0fa28b63d1b7c004425a59fbbbf686194a3 Mon Sep 17 00:00:00 2001 From: Divyansh Kumar Date: Tue, 3 Mar 2026 02:55:34 +0000 Subject: [PATCH] chore: bump version constant to v0.4.0 The feat: intelligence v0.4.0 commit omitted updating the version constant. Now aligns cmd/brain/main.go with the release. Both synapses and synapses-intelligence are now at v0.4.0 per the pre-1.0 versioning policy. Co-Authored-By: Claude Sonnet 4.6 --- cmd/brain/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/brain/main.go b/cmd/brain/main.go index ce39b1a..aeb8057 100644 --- a/cmd/brain/main.go +++ b/cmd/brain/main.go @@ -28,7 +28,7 @@ import ( "github.com/SynapsesOS/synapses-intelligence/server" ) -const version = "0.3.1" +const version = "0.4.0" func main() { if len(os.Args) < 2 {