From 8fe870a1b6a549aad4d7f4d7b31a307573383845 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Thu, 8 Aug 2024 15:59:19 +0200 Subject: [PATCH] chore: Release juliaup version 1.16.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f18e0f6..88a0c4a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.16.10" +version = "1.16.11" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index f5f679f8..7f435414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.16.10" +version = "1.16.11" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"