Skip to content

Commit d29fab6

Browse files
committed
Merge remote-tracking branch 'origin/dev' into rc
2 parents 0d4a5a7 + 6205f40 commit d29fab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hassio/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33
from ipaddress import ip_network
44

5-
HASSIO_VERSION = '1.0'
5+
HASSIO_VERSION = '0.100'
66

77
URL_HASSIO_VERSION = ('https://raw.githubusercontent.com/home-assistant/'
88
'hassio/{}/version.json')

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"hassio": "1.0",
2+
"hassio": "0.100",
33
"homeassistant": "0.67.0b0",
44
"resinos": "1.3",
55
"resinhup": "0.3",

0 commit comments

Comments
 (0)