Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
laktak committed Jan 1, 2025
1 parent 3e340e5 commit 30b1a27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ ls -l chkbit/chkbit
chkbit is can also be used in other Go programs.

```
go get github.com/laktak/chkbit/v5
go get github.com/laktak/chkbit/v6
```

For more information see the documentation on [pkg.go.dev](https://pkg.go.dev/github.com/laktak/chkbit/v5).
For more information see the documentation on [pkg.go.dev](https://pkg.go.dev/github.com/laktak/chkbit/v6).


## FAQ
Expand Down
4 changes: 2 additions & 2 deletions cmd/chkbit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"time"

"github.com/alecthomas/kong"
"github.com/laktak/chkbit/v5"
"github.com/laktak/chkbit/v5/cmd/chkbit/util"
"github.com/laktak/chkbit/v6"
"github.com/laktak/chkbit/v6/cmd/chkbit/util"
"github.com/laktak/lterm"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/laktak/chkbit/v5
module github.com/laktak/chkbit/v6

go 1.22.3

Expand Down

0 comments on commit 30b1a27

Please sign in to comment.