diff --git a/.travis.yml b/.travis.yml index d8c54b60..7c8b588c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/src/version.h b/src/version.h index 3757861a..da21bc3c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "2.0.0b14" +#define EMSESP_APP_VERSION "2.0.0"