From de2eb22fac58b0fdf29bf61dd8230861e7a1ab2d Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 26 Oct 2024 18:07:50 -0700 Subject: [PATCH] chore: Release juliaup version 1.17.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d82ff88..e7297bde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -990,7 +990,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.17.9" +version = "1.17.10" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3aabf44d..65c0a9a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.17.9" +version = "1.17.10" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"