Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from BlockscapeLab/v0.3.0
Browse files Browse the repository at this point in the history
V0.3.0
  • Loading branch information
BlockscapeLab authored Aug 27, 2020
2 parents 576c37c + c5298b2 commit ef56bea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

---

\-

## v0.3.0

---

### General Changes

* Added custom handling for intended leave events in order to distinguish them better from crash-related ones
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type VersionInfo struct {
func (v VersionInfo) GetVersionInfo() VersionInfo {
return VersionInfo{
Name: "Raftify",
Version: "v0.2.0",
Version: "v0.3.0",
GoVersion: fmt.Sprintf("%v %v/%v", runtime.Version(), runtime.GOOS, runtime.GOARCH),
}
}

0 comments on commit ef56bea

Please sign in to comment.