mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-28 00:04:10 +02:00
Set 1.1.0 as last version
This commit is contained in:
parent
8dc67370f5
commit
a751571e6c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user