Skip to content

Commit

Permalink
chore: bump version to 0.0.6 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Jan 12, 2025
1 parent 00fb22c commit 0bd46d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.
46 changes: 0 additions & 46 deletions docs/.env.example

This file was deleted.

50 changes: 0 additions & 50 deletions docs/config.sample.yml

This file was deleted.

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Version struct {
var version = Version{
Major: 0,
Minor: 0,
Patch: 5,
Patch: 6,
}

func StringVersion() string {
Expand Down

0 comments on commit 0bd46d3

Please sign in to comment.