diff --git a/config.rb b/config.rb index a1c8b57..a461810 100644 --- a/config.rb +++ b/config.rb @@ -6,8 +6,6 @@ # Last version should be the latest English version since the manifesto is first # written in English, then translated into other languages later. $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.1.0" $previous_version = $versions[$versions.index($last_version) - 1]