From 90a9cee8349ccc9ec024b25f17f7d29f75c70524 Mon Sep 17 00:00:00 2001 From: TheKysek Date: Sat, 15 Oct 2016 16:47:14 +0200 Subject: [PATCH] Bump version number --- src/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared.py b/src/shared.py index 4492c16..ed96b1a 100644 --- a/src/shared.py +++ b/src/shared.py @@ -16,7 +16,7 @@ protocol_version = 3 services = 3 # NODE_NETWORK, NODE_SSL stream = 1 nonce = os.urandom(8) -user_agent = b'MiNode-v0.1.0' +user_agent = b'MiNode-v0.2.0' timeout = 600 header_length = 24