diff --git a/RELEASE-NOTES b/RELEASE-NOTES index eba9cdf..f4af83c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +Version 0.07 +------------ + +- fixed a bug introduced in 0.06 at the last minute + Version 0.06 ------------ diff --git a/server/version.py b/server/version.py index 8acc7f9..74c926d 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.06" +VERSION = "ElectrumX 0.07"