Skip to content

Commit

Permalink
Remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Oct 27, 2019
1 parent 13b6bfc commit 6227a1d
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": "8.0.0-beta.2",
"version": "8.0.0",
"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 @@ -16,7 +16,7 @@
from .query_runner import import_query_runners
from .destinations import import_destinations

__version__ = '8.0.0-beta.2'
__version__ = '8.0.0'


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

0 comments on commit 6227a1d

Please sign in to comment.