Skip to content

Commit

Permalink
Bump version to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manup committed Jul 1, 2022
1 parent dacfc6f commit 42f07f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ The Phoscon App is a browser based web application and supports lights, sensors

deCONZ beta releases are scheduled roughly once per week. After 2–3 betas a stable version is released and a new beta cycle begins. The stable release is usually published between 1st — 15th of the month.

Current Beta: **v2.17.0-beta**
Current Stable: **v2.16.1**
Current Beta: **v2.17.1-beta**
Current Stable: **v2.17.1**

Next Beta: **v2.17.1-beta** Expected in June.
Next Stable: **v2.17.x** Expected in June.
Next Beta: **v2.18.0-beta** Expected in July.
Next Stable: **v2.18.x** Expected in July.

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion de_web.pro
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GIT_COMMIT_DATE = $$system("git show -s --format=%ct $$GIT_TAG")

# Version Major.Minor.Build
# Important: don't change the format of this line since it's parsed by scripts!
DEFINES += GW_SW_VERSION=\\\"2.17.00\\\"
DEFINES += GW_SW_VERSION=\\\"2.17.01\\\"
DEFINES += GW_SW_DATE=$$GIT_COMMIT_DATE
DEFINES += GW_API_VERSION=\\\"1.16.0\\\"
DEFINES += GIT_COMMMIT=\\\"$$GIT_COMMIT\\\"
Expand Down

0 comments on commit 42f07f6

Please sign in to comment.