From fc5846c66af497187ace47abe9c0b593bf3834c7 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 29 Jun 2021 10:35:12 -0600 Subject: [PATCH] 1.17.1-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/npm-shrinkwrap.json | 2 +- npm/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfe28c0a5..64b952005 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3310,7 +3310,7 @@ dependencies = [ [[package]] name = "wrangler" -version = "1.17.1-rc.0" +version = "1.17.1-rc.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index af21a8430..9aebfb310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wrangler" -version = "1.17.1-rc.0" +version = "1.17.1-rc.1" authors = ["The Wrangler Team "] edition = "2018" license = "MIT/Apache-2.0" diff --git a/npm/npm-shrinkwrap.json b/npm/npm-shrinkwrap.json index bb3732df8..2705b2acd 100644 --- a/npm/npm-shrinkwrap.json +++ b/npm/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/wrangler", - "version": "1.17.1-rc.0", + "version": "1.17.1-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/npm/package.json b/npm/package.json index 2658053d2..5dc859790 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/wrangler", - "version": "1.17.1-rc.0", + "version": "1.17.1-rc.1", "description": "Command-line interface for all things Cloudflare Workers", "main": "binary.js", "scripts": {