Bump version to 5.0 lts
This commit is contained in:
parent
de67336d08
commit
c5ae61f1ba
1 changed files with 6 additions and 1 deletions
|
@ -5,13 +5,17 @@ module Mastodon
|
|||
module_function
|
||||
|
||||
def kmyblue_major
|
||||
4
|
||||
5
|
||||
end
|
||||
|
||||
def kmyblue_minor
|
||||
0
|
||||
end
|
||||
|
||||
def kmyblue_flag
|
||||
'LTS'
|
||||
end
|
||||
|
||||
def major
|
||||
4
|
||||
end
|
||||
|
@ -38,6 +42,7 @@ module Mastodon
|
|||
|
||||
def to_s_of_kmyblue
|
||||
components = [to_a_of_kmyblue.join('.')]
|
||||
components << "-#{kmyblue_flag}" if kmyblue_flag.present?
|
||||
components.join
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue