Skip to content

Commit

Permalink
Bring current release up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 22, 2022
1 parent 5cf2e06 commit 2129374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/config_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ def versions_grouped_by_status
private

def status(version)
if version == "v2.3"
if version == "v2.4"
"Current release"
elsif %w[v2.2 v2.1].include?(version)
elsif %w[v2.3 2.2 v2.1].include?(version)
"Legacy release"
else
"Deprecated release"
Expand Down

0 comments on commit 2129374

Please sign in to comment.