From 7fe5aaaff1afa6f2cef5c3eb84fef4f862df8a52 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Fri, 5 Aug 2022 19:13:27 +0300 Subject: [PATCH] chore: version bump --- olric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olric.go b/olric.go index 86aa777d..1f1c930b 100644 --- a/olric.go +++ b/olric.go @@ -55,7 +55,7 @@ import ( ) // ReleaseVersion is the current stable version of Olric -const ReleaseVersion string = "0.5.0-beta.7" +const ReleaseVersion string = "0.5.0-beta.8" var ( // ErrOperationTimeout is returned when an operation times out.