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"