Skip to content

Commit

Permalink
[REL] Release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1wilkens committed Jan 6, 2020
1 parent 0b58c00 commit 77882e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion honeygrove/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ECS_SERVICE = {'id': sha256(str(Config.general.id).encode('utf-8')).hexdigest(),
'name': str(Config.general.id).lower(),
'type': 'honeygrove',
'version': '0.5.4'
'version': '0.5.5'
}

if Config.general.use_geoip:
Expand Down

0 comments on commit 77882e3

Please sign in to comment.