Skip to content

Commit

Permalink
Bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromgk committed Apr 8, 2018
1 parent 2a9882a commit 806630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
sentinel_config_file = os.environ.get('SENTINEL_CONFIG', default_sentinel_config)
sentinel_cfg = PaccoinConfig.tokenize(sentinel_config_file)
sentinel_version = "1.1.0"
sentinel_version = "1.2.0"
min_paccoind_proto_version_with_sentinel_ping = 70207


Expand Down

0 comments on commit 806630e

Please sign in to comment.