Skip to content

Commit

Permalink
Bump version to 2.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed Nov 23, 2019
1 parent 2774eea commit 7f930c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export PATH := $(PWD)/esp-open-sdk/xtensa-lx106-elf/bin:$(PWD)/micropython/tools:$(PWD)/micropython/ports/unix:$(HOME)/go/bin:$(PATH)

MICROPYVERSION := 1.11
VERSION ?= 2.2.0-dev
VERSION ?= 2.2.0-beta.1
PORT ?= /dev/ttyUSB0


Expand Down
2 changes: 1 addition & 1 deletion homie/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = b"2.2.0-dev"
__version__ = b"2.2.0-beta.1"

0 comments on commit 7f930c8

Please sign in to comment.