diff --git a/README.md b/README.md index 1b6c368..4b083b7 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Once installed, run it from your AI agent with `/linear-release-setup` (or just | `release_notes` | No | | Path to a markdown file used as the release notes for this release. | | `log_level` | No | | Log verbosity: `quiet` or `verbose`. Omit for default output. | | `timeout` | No | `60` | Maximum time in seconds to wait for the command to complete | -| `cli_version` | No | `v0.13.0` | Linear Release CLI version to install | +| `cli_version` | No | `v0.14.0` | Linear Release CLI version to install | ## Outputs diff --git a/VERSION b/VERSION index 54d1a4f..a803cc2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.0 +0.14.0 diff --git a/action.yml b/action.yml index 36ac8fe..fd47485 100644 --- a/action.yml +++ b/action.yml @@ -48,9 +48,9 @@ inputs: description: Maximum time in seconds to wait for the command to complete. Defaults to 60. required: false cli_version: - description: Linear Release CLI version to install (e.g., "v0.13.0"). Set to "latest" to always use the newest CLI. + description: Linear Release CLI version to install (e.g., "v0.14.0"). Set to "latest" to always use the newest CLI. required: false - default: v0.13.0 + default: v0.14.0 outputs: release-id: