From cc50393151fcb71cabf4889c5c7e098a60a660d7 Mon Sep 17 00:00:00 2001 From: Josh Powers Date: Mon, 26 Sep 2022 21:29:04 -0600 Subject: [PATCH] feat: correctly release v2 module --- go.mod | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1e72a93..f03330b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/powersj/pciids +module github.com/powersj/pciids/v2 go 1.17 diff --git a/main.go b/main.go index acb146a..47b7a69 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) const ( - version = "v2.1.0" + version = "v2.2.0" numVendorIDs = 1 numDeviceIDs = 2 numSubDeviceIDs = 4