Skip to content

Commit 0ba3d4b

Browse files
authored
Initial commit of bumping version number to v5 (integrations#1288)
1 parent 6fb72e3 commit 0ba3d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/integrations/terraform-provider-github/v4
1+
module github.com/integrations/terraform-provider-github/v5
22

33
go 1.16
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"github.com/hashicorp/terraform-plugin-sdk/plugin"
5-
"github.com/integrations/terraform-provider-github/v4/github"
5+
"github.com/integrations/terraform-provider-github/v5/github"
66
)
77

88
func main() {

0 commit comments

Comments
 (0)