diff --git a/ssh/CHANGELOG.md b/ssh/CHANGELOG.md index d87a5f4..9d4617f 100644 --- a/ssh/CHANGELOG.md +++ b/ssh/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.3 + +- Update Hass.io CLI to 3.1.0 + ## 6.2 - Update Hass.io CLI to 3.0.0 diff --git a/ssh/build.json b/ssh/build.json index 244ae30..6879341 100644 --- a/ssh/build.json +++ b/ssh/build.json @@ -7,6 +7,6 @@ "aarch64": "homeassistant/aarch64-base:3.10" }, "args": { - "CLI_VERSION": "3.0.0" + "CLI_VERSION": "3.1.0" } } diff --git a/ssh/config.json b/ssh/config.json index aecdab9..81e672e 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -1,6 +1,6 @@ { "name": "SSH server", - "version": "6.2", + "version": "6.3", "slug": "ssh", "description": "Allows connections over SSH", "url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",