Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Sep 17, 2024
1 parent c3ed022 commit 5b69a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vapour.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type vapour struct {
func New() *vapour {
return &vapour{
name: "vapour",
version: "0.0.4",
version: "0.0.5",
}
}

Expand Down

0 comments on commit 5b69a28

Please sign in to comment.