From 21c5292e4bbaefc4000f6a19daa1fc1731265022 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Mon, 25 Jul 2022 23:18:36 +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 42f3096a..86aa777d 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.6" +const ReleaseVersion string = "0.5.0-beta.7" var ( // ErrOperationTimeout is returned when an operation times out.