From 63a0d70909c9dc982af644815562ab6e1e778853 Mon Sep 17 00:00:00 2001 From: Afri <58883403+q9f@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:50:31 +0100 Subject: [PATCH] config: bump system version to 0.9 (#3681) Co-authored-by: Kanishka --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index e630909982..8354411b5d 100644 --- a/config/config.go +++ b/config/config.go @@ -61,7 +61,7 @@ const ( // DefaultSystemName is the default system name DefaultSystemName = "Gossamer" // DefaultSystemVersion is the default system version - DefaultSystemVersion = "0.3.2" + DefaultSystemVersion = "0.9.0" ) // DefaultRPCModules the default RPC modules