We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8904e5c commit f917951Copy full SHA for f917951
src/lake/Lake/Version.lean
@@ -16,7 +16,7 @@ def version.isRelease :=
16
Lean.version.isRelease
17
18
def version.specialDesc :=
19
- if isRelease && !Lean.githash.isEmpty then Lean.githash.take 7 else "src"
+ if isRelease && !Lean.githash.isEmpty then s!"src+{Lean.githash.take 7}" else "src"
20
21
def versionStringCore :=
22
s!"{version.major}.{version.minor}.{version.patch}"
0 commit comments