Remove outdated comment

This commit is contained in:
Olivier Lacan 2024-02-04 21:21:36 -08:00
parent de242aa6b1
commit 07f4a49fdd

View File

@ -6,8 +6,6 @@
# Last version should be the latest English version since the manifesto is first # Last version should be the latest English version since the manifesto is first
# written in English, then translated into other languages later. # written in English, then translated into other languages later.
$versions = Dir.glob("source/en/*").map { |e| e.sub("source/en/", "") }.sort $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 = $versions.last
$last_version = "1.1.0" $last_version = "1.1.0"
$previous_version = $versions[$versions.index($last_version) - 1] $previous_version = $versions[$versions.index($last_version) - 1]