Skip to content

Commit

Permalink
Preparing configs for v0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdade committed Oct 20, 2019
1 parent b874295 commit 34c94e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion natlas-agent/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Config:

# Current Version
NATLAS_VERSION="0.6.6"
NATLAS_VERSION="0.6.7"

BASEDIR = os.path.abspath(os.path.dirname(__file__))
load_dotenv(os.path.join(BASEDIR, '.env'))
Expand Down
2 changes: 1 addition & 1 deletion natlas-server/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Config(object):

# Current Version
NATLAS_VERSION="0.6.6"
NATLAS_VERSION="0.6.7"

BASEDIR = os.path.abspath(os.path.dirname(__file__))
load_dotenv(os.path.join(BASEDIR, '.env'))
Expand Down

0 comments on commit 34c94e1

Please sign in to comment.