Skip to content

Commit

Permalink
fix: bump version in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 12, 2022
1 parent 179c2a1 commit dda20c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harvey/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Config:
# Harvey settings
host = os.getenv('HOST', '127.0.0.1')
port = int(os.getenv('PORT', 5000))
harvey_version = '0.19.0'
harvey_version = '0.20.0'
supported_deployments = {
'deploy',
'pull',
Expand Down

0 comments on commit dda20c1

Please sign in to comment.