Skip to content

Commit 0f8bc8d

Browse files
committed
typo
1 parent 2c3c2e5 commit 0f8bc8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PKGER ?= pkger
99

1010
help: Makefile
1111
@echo
12-
@echo " Choose a command run in Peanut:"
12+
@echo " Choose a command run in Beaver:"
1313
@echo
1414
@sed -n 's/^##//p' $< | column -t -s ':' | sed -e 's/^/ /'
1515
@echo

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<img src="https://github.com/Clivern/Beaver/workflows/Release/badge.svg">
1111
</a>
1212
<a href="https://github.com/Clivern/Beaver/releases">
13-
<img src="https://img.shields.io/badge/Version-1.4.0-red.svg">
13+
<img src="https://img.shields.io/badge/Version-1.5.0-red.svg">
1414
</a>
1515
<a href="https://goreportcard.com/report/github.com/Clivern/Beaver">
16-
<img src="https://goreportcard.com/badge/github.com/Clivern/Beaver?v=1.4.0">
16+
<img src="https://goreportcard.com/badge/github.com/Clivern/Beaver?v=1.5.0">
1717
</a>
1818
<a href="https://godoc.org/github.com/clivern/beaver">
1919
<img src="https://godoc.org/github.com/clivern/beaver?status.svg">
@@ -25,7 +25,7 @@
2525
</p>
2626
<br/>
2727
<p align="center">
28-
<img src="https://raw.githubusercontent.com/Clivern/Beaver/main/assets/charts/chart.png?v=1.4.0" width="60%" />
28+
<img src="https://raw.githubusercontent.com/Clivern/Beaver/main/assets/charts/chart.png?v=1.5.0" width="60%" />
2929
</p>
3030

3131
Beaver is a real-time messaging server. With beaver you can easily build scalable in-app notifications, realtime graphs, multiplayer games, chat applications, geotracking and more in web applications and mobile apps.

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var versionCmd = &cobra.Command{
2727
Run: func(cmd *cobra.Command, args []string) {
2828
fmt.Println(
2929
fmt.Sprintf(
30-
`Current Peanut Version %v Commit %v, Built @%v By %v.`,
30+
`Current Beaver Version %v Commit %v, Built @%v By %v.`,
3131
Version,
3232
Commit,
3333
Date,

0 commit comments

Comments
 (0)