Skip to content

Commit

Permalink
feat: correctly release v2 module
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj committed Sep 27, 2022
1 parent 5f18304 commit cc50393
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/powersj/pciids
module github.com/powersj/pciids/v2

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "v2.1.0"
version = "v2.2.0"
numVendorIDs = 1
numDeviceIDs = 2
numSubDeviceIDs = 4
Expand Down

0 comments on commit cc50393

Please sign in to comment.