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

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Aug 6, 2022
1 parent e1d43a7 commit b899c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lake/Version.lean
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def version.major := 4
def version.minor := 0
def version.patch := 0

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

Expand Down

0 comments on commit b899c0a

Please sign in to comment.