git-pull: Upgrade CLI to 4.12.2 (#2018)

This commit is contained in:
Franck Nijhof
2021-05-20 18:26:32 +02:00
committed by GitHub
parent 62284d604a
commit 669782f13c
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 7.13.1
- Update Home Assistant CLI to 4.12.2
## 7.13.0 ## 7.13.0
- Update Home Assistant CLI to 4.12.1 - Update Home Assistant CLI to 4.12.1

View File

@@ -7,6 +7,6 @@
"i386": "ghcr.io/home-assistant/i386-base:3.13" "i386": "ghcr.io/home-assistant/i386-base:3.13"
}, },
"args": { "args": {
"CLI_VERSION": "4.12.1" "CLI_VERSION": "4.12.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Git pull", "name": "Git pull",
"version": "7.13.0", "version": "7.13.1",
"slug": "git_pull", "slug": "git_pull",
"description": "Simple git pull to update the local configuration", "description": "Simple git pull to update the local configuration",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull", "url": "https://github.com/home-assistant/hassio-addons/tree/master/git_pull",