Version update time (#3429)

* Version update time 

* Need more 
This commit is contained in:
Arik Fraimovich
2019-02-13 09:51:07 +02:00
committed by GitHub
parent c028e49bfd
commit d6827e3601
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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