Skip to content

Commit

Permalink
chore: Update version number to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonQiu committed May 6, 2024
1 parent e3bacfb commit 6ffbdd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/resources/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
import platform
import os
from neo4j import GraphDatabase
import redis
import requests


class Globals:
VERSION = '3.8.7'
VERSION = '4.0.0'
root_path = os.path.dirname(os.path.dirname(__file__))
APP_CONF = os.path.join(root_path, 'vault/app_conf.json')
AUTHTEXT = 'See the Authentication section of API tutorial page for details on how to authenticate.'
Expand Down

0 comments on commit 6ffbdd5

Please sign in to comment.