Skip to content

Commit 5f5c497

Browse files
author
Christopher Doris
committed
actually use micromamba 0.22.0
1 parent 4235186 commit 5f5c497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MicroMamba.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
const STATE = State("", true, "", VersionNumber(0))
1919

20-
const DEFAULT_VERSION = v"0.21.0"
20+
const DEFAULT_VERSION = v"0.22.0"
2121
const ARTIFACTS_TOML = joinpath(dirname(@__DIR__), "Artifacts.toml")
2222
const ARTIFACT_NAME = "micromamba-$(DEFAULT_VERSION)"
2323

0 commit comments

Comments
 (0)