Skip to content

Commit

Permalink
Preparing configs for v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdade committed Oct 16, 2019
1 parent dff616f commit 407375b
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.5"
NATLAS_VERSION="0.6.6"

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.5"
NATLAS_VERSION="0.6.6"

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

0 comments on commit 407375b

Please sign in to comment.