From 2299071cff8d16bcae97cb3a0b1ecd4ccb0dc5b0 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Sat, 13 Jan 2024 12:35:04 -0800 Subject: [PATCH] chore: Release juliaup version 1.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8adbca64..0df08633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,7 +959,7 @@ dependencies = [ [[package]] name = "juliaup" -version = "1.12.5" +version = "1.13.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 7a39bdff..20bbbd88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juliaup" -version = "1.12.5" +version = "1.13.0" description = "Julia installer and version multiplexer" repository = "https://github.com/julialang/juliaup" license = "MIT"