rename to stable 2.0.0

This commit is contained in:
proddy
2020-08-29 16:18:35 +02:00
parent 1c8d3e2eea
commit 9129d3e8bc
2 changed files with 4 additions and 4 deletions

View File

@@ -53,10 +53,10 @@ deploy:
token: ${GITHUB_TOKEN}
file_glob: true
file: "*.bin"
name: latest v2 development builds
name: latest v2 development build
release_notes:
Version $FIRMWARE_VERSION.
Automatic firmware builds of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
Automatic firmware build of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
Warning, this is a development build and not fully tested. Use at your own risk.
cleanup: false
prerelease: true
@@ -64,7 +64,7 @@ deploy:
target_commitish: $TRAVIS_COMMIT
on:
tags: false
branch: v2
branch: dev
notifications:
email:

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "2.0.0b14"
#define EMSESP_APP_VERSION "2.0.0"