From a751571e6cc1fdcf0a35dccb23dbb9fad2877b0e Mon Sep 17 00:00:00 2001 From: Olivier Lacan Date: Mon, 6 Mar 2023 00:26:51 -0800 Subject: [PATCH] Set 1.1.0 as last version --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index 4e6ad91..5820cd8 100644 --- a/config.rb +++ b/config.rb @@ -9,7 +9,7 @@ $versions = Dir.glob("source/en/*").map{ |e| e.sub("source/en/","") }.sort # NOTE: for now, while 1.1.0 is in development let's pin the latest # version to 1.0.0 manually. # $last_version = $versions.last -$last_version = "1.0.0" +$last_version = "1.1.0" $previous_version = $versions[$versions.index($last_version) - 1] # This list of languages populates the language navigation.