Skip to content

Commit

Permalink
Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Oct 18, 2019
1 parent f171055 commit e6ff685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/load_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo 'export GITHUB_REPO=gladysassistant/gladys-4-playground' >>$BASH_ENV
echo 'export IMAGE=gladys' >>$BASH_ENV
echo 'export REGISTRY=gladysassistant' >>$BASH_ENV

echo 'export VERSION=4.0.0-alpha-2' >>$BASH_ENV
echo 'export VERSION=4.0.0-beta' >>$BASH_ENV
echo 'export IMAGE_ID="${REGISTRY}/${IMAGE}:${VERSION}-${TAG}"' >>$BASH_ENV
echo 'export DIR=`pwd`' >>$BASH_ENV
echo 'export QEMU_VERSION="v4.0.0"' >>$BASH_ENV
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gladys",
"version": "4.0.0-alpha",
"version": "4.0.0-beta",
"description": "An open-source home assistant",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e6ff685

Please sign in to comment.