From 4500e4af633e195c35dfeda66b9947face350585 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 8 Aug 2022 23:28:49 +1200
Subject: [PATCH] release: v0.12.0 (#253)

Co-authored-by: github-actions <github-actions@github.com>
---
 Cargo.lock       | 2 +-
 Cargo.toml       | 2 +-
 windows.manifest | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 3af16042..6192bc9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -122,7 +122,7 @@ dependencies = [
 
 [[package]]
 name = "cargo-binstall"
-version = "0.11.1"
+version = "0.12.0"
 dependencies = [
  "async-trait",
  "bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 27b0797b..1c45e74e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "cargo-binstall"
 description = "Rust binary package installer for CI integration"
 repository = "https://github.com/ryankurte/cargo-binstall"
 documentation = "https://docs.rs/cargo-binstall"
-version = "0.11.1"
+version = "0.12.0"
 rust-version = "1.61.0"
 authors = ["ryan <ryan@kurte.nz>"]
 edition = "2021"
diff --git a/windows.manifest b/windows.manifest
index 7e0bc5f6..b7f74dd9 100644
--- a/windows.manifest
+++ b/windows.manifest
@@ -3,7 +3,7 @@
 	<assemblyIdentity
 		type="win32"
 		name="Binstall.Cli.binstall"
-		version="0.11.1.0"
+		version="0.12.0.0"
 	/>
 
 	<trustInfo>