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 25, 2022
1 parent dcf8e1f commit 8037b9a
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 @@ -7,8 +7,8 @@ Authors: Mac Malone
namespace Lake

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

def version.isPrerelease := false
def version.isRelease := !isPrerelease
Expand Down

0 comments on commit 8037b9a

Please sign in to comment.