Skip to content

Commit

Permalink
Prepare release of v1 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan authored Feb 20, 2024
1 parent 9740914 commit 6386cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/srebhan/cborquery
module github.com/srebhan/cborquery/v1

go 1.20

Expand Down
2 changes: 1 addition & 1 deletion node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/fxamacker/cbor/v2"
"github.com/stretchr/testify/require"

"github.com/srebhan/cborquery/testcases/addressbook"
"github.com/srebhan/cborquery/v1/testcases/addressbook"
)

var addressbookSample = &addressbook.AddressBook{
Expand Down

0 comments on commit 6386cf6

Please sign in to comment.