Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
bump minor version for release w/DashCore v12.3 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarley committed Jun 2, 2018
1 parent 2082b42 commit 18555ec
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 = DashConfig.tokenize(sentinel_config_file)
sentinel_version = "1.1.0"
sentinel_version = "1.2.0"
min_dashd_proto_version_with_sentinel_ping = 70207


Expand Down

0 comments on commit 18555ec

Please sign in to comment.