From 80390b5ab4105b1b269d8ea9295b717cbaae8652 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Sun, 15 Jan 2023 16:44:09 +0300 Subject: [PATCH] chore: release v0.5.2 --- olric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.