diff --git a/olric.go b/olric.go index 99221e25..cfb68ad3 100644 --- a/olric.go +++ b/olric.go @@ -57,7 +57,7 @@ import ( ) // ReleaseVersion is the current stable version of Olric -const ReleaseVersion string = "0.5.2" +const ReleaseVersion string = "0.5.3" var ( // ErrOperationTimeout is returned when an operation times out.