Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
chore: start next Lake version
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Jul 4, 2022
1 parent 2987d36 commit 9189b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lake/Version.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace Lake

def version.major := 3
def version.minor := 2
def version.patch := 0
def version.patch := 1

def version.isPrerelease := false
def version.isPrerelease := true
def version.isRelease := !isPrerelease
def version.specialDesc := if isPrerelease then "pre" else ""

Expand Down

0 comments on commit 9189b42

Please sign in to comment.