Skip to content

Commit

Permalink
Initial commit of bumping version number to v5 (integrations#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Sep 14, 2022
1 parent 8d177f4 commit 2fc2863
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/integrations/terraform-provider-github/v4
module github.com/integrations/terraform-provider-github/v5

go 1.16

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

import (
"github.com/hashicorp/terraform-plugin-sdk/plugin"
"github.com/integrations/terraform-provider-github/v4/github"
"github.com/integrations/terraform-provider-github/v5/github"
)

func main() {
Expand Down

0 comments on commit 2fc2863

Please sign in to comment.