From 02a93247851df523003d711ae061b9e1f4db5f49 Mon Sep 17 00:00:00 2001 From: Burak Sezer Date: Thu, 26 Oct 2023 17:52:56 +0300 Subject: [PATCH] chore: update ReleaseVersion --- olric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olric.go b/olric.go index 2be8292a..bbd6f8bb 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.4" +const ReleaseVersion string = "0.6.0-alpha.1" var ( // ErrOperationTimeout is returned when an operation times out.