Skip to content

Commit

Permalink
Merge pull request #74 from patrickhener/new-tag
Browse files Browse the repository at this point in the history
new tag
  • Loading branch information
patrickhener authored Jul 5, 2024
2 parents 9c42a6d + 25b0208 commit 6f1e81c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/Version-v0.3.9-green)
![Version](https://img.shields.io/badge/Version-v0.4.0-green)
[![GitHub](https://img.shields.io/github/license/patrickhener/goshs)](https://github.com/patrickhener/goshs/blob/master/LICENSE)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/patrickhener/goshs)
[![GitHub issues](https://img.shields.io/github/issues-raw/patrickhener/goshs)](https://github.com/patrickhener/goshs/issues)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/patrickhener/goshs/utils"
)

const goshsVersion = "v0.3.9"
const goshsVersion = "v0.4.0"

var (
port = 8000
Expand Down

0 comments on commit 6f1e81c

Please sign in to comment.