From aa69f42ac01d15f3d382a38e35f593bd9ea68f11 Mon Sep 17 00:00:00 2001 From: thomasv Date: Tue, 3 Apr 2012 09:30:59 +0200 Subject: [PATCH] version 0.43c: fixes history command --- client/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/version.py b/client/version.py index c3fa0523..0ef78911 100644 --- a/client/version.py +++ b/client/version.py @@ -1,2 +1,2 @@ -ELECTRUM_VERSION = "0.43b" +ELECTRUM_VERSION = "0.43c" SEED_VERSION = 4 # bump this everytime the seed generation is modified