From bc976ec09e197de56e2fbc5b25d3b0c4de985848 Mon Sep 17 00:00:00 2001 From: Arnau Orriols Date: Wed, 22 Jan 2025 11:16:02 +0100 Subject: [PATCH] Bump to v1.13.1 --- deno.jsonc | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.jsonc b/deno.jsonc index 6a7b5e1..8ad1f8c 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -1,6 +1,6 @@ { "name": "@deno/deployctl", - "version": "1.13.0", + "version": "1.13.1", "exports": "./deployctl.ts", "fmt": { "exclude": ["action/node_modules/"] diff --git a/src/version.ts b/src/version.ts index 908311b..1a03579 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ -export const VERSION = "1.13.0"; +export const VERSION = "1.13.1"; // Make sure to keep this in sync with the "old" version in `ci.yml` // Also don't forget to update README.md.