Skip to content

Commit

Permalink
Bump version to v1.13.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Mar 13, 2019
1 parent 2ed686e commit adf10b2
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.0-dev",
"version": "1.13.0-dev",
"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.0-dev
version=1.13.0-dev
author=Otto Winter <[email protected]>
maintainer=Otto Winter <[email protected]>
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.0-dev"
#define ESPHOME_VERSION "1.13.0-dev"

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

0 comments on commit adf10b2

Please sign in to comment.