Skip to content

Commit

Permalink
Update version to 8.0.0-beta. (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr authored Jun 2, 2019
1 parent 090b570 commit a9588ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "7.0.0",
"version": "8.0.0-beta",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion redash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from . import settings
from .app import create_app # noqa

__version__ = '7.0.0'
__version__ = '8.0.0-beta'


if os.environ.get("REMOTE_DEBUG"):
Expand Down

0 comments on commit a9588ea

Please sign in to comment.