From adc160fff2191decdaf6b6a411ce9b7fdf223ecf Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Thu, 29 Jun 2023 11:41:46 -0700 Subject: [PATCH] chore: Release juliaup version 1.11.14 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c85b15d..1b9993f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.11.13" +version = "1.11.14" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2b6443a5..5e9965b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.11.13" +version = "1.11.14" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"