Skip to content

Commit

Permalink
Update version for CircleCI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
susodapop committed Jun 1, 2021
1 parent 041b184 commit 64a1d7a
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
@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "9.0.0-beta",
"version": "10.0.0-beta",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion redash/__init__.py
Expand Up @@ -15,7 +15,7 @@
from .query_runner import import_query_runners
from .destinations import import_destinations

__version__ = "9.0.0-beta"
__version__ = "10.0.0-beta"


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

0 comments on commit 64a1d7a

Please sign in to comment.