Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Bump version to v1.12.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Mar 17, 2019
1 parent dd6cadd commit c7d00a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/esphome/esphome-core.git"
},
"version": "1.12.0b3",
"version": "1.12.0b4",
"authors": [
{
"name": "Otto Winter",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=esphome-core
version=1.12.0b3
version=1.12.0b4
author=Otto Winter <contact@otto-winter.com>
maintainer=Otto Winter <contact@otto-winter.com>
sentence=ESPHome - Reimagining DIY Home Automation.
Expand Down
2 changes: 1 addition & 1 deletion src/esphome/defines.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ESPHOME_DEFINES_H
#define ESPHOME_DEFINES_H

#define ESPHOME_VERSION "1.12.0b3"
#define ESPHOME_VERSION "1.12.0b4"

#define HOT __attribute__((hot))
#define ESPDEPRECATED(msg) __attribute__((deprecated(msg)))
Expand Down

0 comments on commit c7d00a7

Please sign in to comment.