Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
rename to stable 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Aug 29, 2020
1 parent 1c8d3e2 commit 9129d3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ 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
overwrite: true
target_commitish: $TRAVIS_COMMIT
on:
tags: false
branch: v2
branch: dev

notifications:
email:
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define EMSESP_APP_VERSION "2.0.0b14"
#define EMSESP_APP_VERSION "2.0.0"

0 comments on commit 9129d3e

Please sign in to comment.