Skip to content

Commit

Permalink
bump to 0.0.6 to get reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 1, 2022
1 parent 0034710 commit d503b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ddns-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
LOGGER = logging.getLogger()
ACCOUNT = None
REGION = None
VERSION = '0.0.5'
VERSION = '0.0.6'

# Adjust the logging level [logging.INFO, logging.DEBUG, logging.WARNING, etc]
LOGGER.setLevel(logging.DEBUG)
Expand Down

0 comments on commit d503b20

Please sign in to comment.