Skip to content

Commit

Permalink
chore: release v0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksezer committed Aug 19, 2022
1 parent 1b6304e commit c534008
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions olric.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

/*Package olric provides a distributed cache and in-memory key/value data store.
/*
Package olric provides a distributed cache and in-memory key/value data store.
It can be used both as an embedded Go library and as a language-independent
service.
Expand All @@ -22,7 +23,8 @@ a cluster of computers.
Olric is designed to be a distributed cache. But it also provides distributed
topics, data replication, failure detection and simple anti-entropy services.
So it can be used as an ordinary key/value data store to scale your cloud
application.*/
application.
*/
package olric

import (
Expand Down Expand Up @@ -56,7 +58,7 @@ import (
)

// ReleaseVersion is the current stable version of Olric
const ReleaseVersion string = "0.4.4"
const ReleaseVersion string = "0.4.6"

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

0 comments on commit c534008

Please sign in to comment.