From 0a39be129217692ec2186e63fde5dfb8bd3d0ec8 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Wed, 15 Jan 2025 14:52:22 -0800 Subject: [PATCH] chore: Release juliaup version 1.17.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7e9aca6..eb6c9d01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1129,7 +1129,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.17.10" +version = "1.17.11" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b4738082..66d21ea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.17.10" +version = "1.17.11" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"