From 14fa66581a35d647e8cfd6148df1990cc670db2a Mon Sep 17 00:00:00 2001 From: Benjamin Bengfort Date: Fri, 9 Sep 2022 13:52:16 -0500 Subject: [PATCH] version bump to v0.5 --- raft.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raft.go b/raft.go index 94b9896..b550a1d 100644 --- a/raft.go +++ b/raft.go @@ -19,7 +19,7 @@ import ( //=========================================================================== // PackageVersion of the current Raft implementation -const PackageVersion = "0.6" +const PackageVersion = "0.5" // Initialize the package and random numbers, etc. func init() {