Skip to content

Commit

Permalink
Bump to v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauorriols committed Jan 22, 2025
1 parent e02dd70 commit bc976ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deno/deployctl",
"version": "1.13.0",
"version": "1.13.1",
"exports": "./deployctl.ts",
"fmt": {
"exclude": ["action/node_modules/"]
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit bc976ec

Please sign in to comment.