mirror of
https://github.com/getredash/redash.git
synced 2026-05-10 15:00:16 -04:00
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "redash-client",
|
||||
"version": "6.0.0",
|
||||
"version": "7.0.0-beta",
|
||||
"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__ = '6.0.0'
|
||||
__version__ = '7.0.0-beta'
|
||||
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user