mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
Update version
This commit is contained in:
parent
e17e36f9e4
commit
ed739e1292
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redash-client",
|
||||
"version": "4.0.0-rc.1",
|
||||
"version": "4.0.0",
|
||||
"description": "The frontend part of Redash.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
@ -19,7 +19,7 @@ from redash.query_runner import import_query_runners
|
||||
from redash.destinations import import_destinations
|
||||
|
||||
|
||||
__version__ = '4.0.0-rc.1'
|
||||
__version__ = '4.0.0'
|
||||
|
||||
|
||||
def setup_logging():
|
||||
|
Loading…
Reference in New Issue
Block a user