From a15da2a2a1056574bc0c8f29736be6dab8933c55 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Mon, 23 Mar 2026 22:45:51 -0600 Subject: [PATCH] bump version number --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index e5068b7..bf31256 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.0.1" +const AMSTERDAM_VERSION = "0.1.0" // AMSTERDAM_COPYRIGHT contains the copyright dates for Amsterdam. const AMSTERDAM_COPYRIGHT = "2025-2026"