Skip to content

Commit

Permalink
chore: update ReleaseVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Jul 5, 2022
1 parent 3ccd546 commit 72f9381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olric.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import (
)

// ReleaseVersion is the current stable version of Olric
const ReleaseVersion string = "0.5.0-beta.5"
const ReleaseVersion string = "0.5.0-beta.6"

var (
// ErrOperationTimeout is returned when an operation times out.
Expand Down

0 comments on commit 72f9381

Please sign in to comment.