diff --git a/docs/RELEASE-NOTES b/docs/RELEASE-NOTES index c9cd5b9..5d5139d 100644 --- a/docs/RELEASE-NOTES +++ b/docs/RELEASE-NOTES @@ -1,3 +1,8 @@ +Version 0.3.2 +------------- + +- fixed silly bug in 0.3.1 + Version 0.3.1 ------------- diff --git a/server/version.py b/server/version.py index 6e1d57d..44f15ac 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.3.1" +VERSION = "ElectrumX 0.3.2"