diff --git a/olric.go b/olric.go index 9d66c2c7..99221e25 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.1" +const ReleaseVersion string = "0.5.2" var ( // ErrOperationTimeout is returned when an operation times out.