From 3a5d471ee1b278ef269bf1181258dd19a39b10c5 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Tue, 11 Jul 2023 12:32:21 -0700 Subject: [PATCH] chore: Release juliaup version 1.11.20 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 146541c6..d218b013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,7 +1011,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.11.19" +version = "1.11.20" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 00329c07..86cc48bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.11.19" +version = "1.11.20" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"