mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add version number for Beryllium
This commit is contained in:
parent
f65501fff4
commit
fac5c06c23
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class SaltStackVersion(object):
|
|||
'Hydrogen' : (2014, 1),
|
||||
'Helium' : (2014, 7),
|
||||
'Lithium' : (2015, 5),
|
||||
'Beryllium' : (MAX_SIZE - 105, 0),
|
||||
'Beryllium' : (2015, 8),
|
||||
'Boron' : (MAX_SIZE - 104, 0),
|
||||
'Carbon' : (MAX_SIZE - 103, 0),
|
||||
'Nitrogen' : (MAX_SIZE - 102, 0),
|
||||
|
|
Loading…
Add table
Reference in a new issue