chore: start next Lake version
This commit is contained in:
parent
8646aa142d
commit
7cd0107ae1
1 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ Authors: Mac Malone
|
|||
namespace Lake
|
||||
|
||||
def version.major := 3
|
||||
def version.minor := 1
|
||||
def version.patch := 1
|
||||
def version.minor := 2
|
||||
def version.patch := 0
|
||||
|
||||
def version.isPrerelease := false
|
||||
def version.isPrerelease := true
|
||||
def version.isRelease := !isPrerelease
|
||||
def version.specialDesc := if isPrerelease then "pre" else ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue