From f4d1bb8f82cad0b547b2e0093930bd80b71742bc Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sat, 11 Apr 2026 22:59:10 -0600 Subject: [PATCH] missed changing the version number :O --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index bf31256..5c8239a 100644 --- a/config/config.go +++ b/config/config.go @@ -30,7 +30,7 @@ import ( ) // AMSTERDAM_VERSION contains the version number of Amsterdam. -const AMSTERDAM_VERSION = "0.1.0" +const AMSTERDAM_VERSION = "0.1.1" // AMSTERDAM_COPYRIGHT contains the copyright dates for Amsterdam. const AMSTERDAM_COPYRIGHT = "2025-2026"