chore: start next Lake version
This commit is contained in:
parent
17a4bcb3e1
commit
fc65f6e73e
1 changed files with 2 additions and 2 deletions
|
|
@ -7,10 +7,10 @@ Authors: Mac Malone
|
|||
namespace Lake
|
||||
|
||||
def version.major := 4
|
||||
def version.minor := 0
|
||||
def version.minor := 1
|
||||
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