summaryrefslogtreecommitdiffstats
path: root/openbb_terminal/feature_flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_terminal/feature_flags.py')
-rw-r--r--openbb_terminal/feature_flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_terminal/feature_flags.py b/openbb_terminal/feature_flags.py
index 4b23893fb56..68c8a51875f 100644
--- a/openbb_terminal/feature_flags.py
+++ b/openbb_terminal/feature_flags.py
@@ -125,5 +125,5 @@ GUESS_EASTER_EGG_FILE = str(
try:
version = pkg_resources.get_distribution("OpenBBTerminal").version
except Exception:
- version = "1.7.0m"
+ version = "1.8.0m"
VERSION = str(os.getenv("OPENBB_VERSION", version))