Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdkrish-plivo committed Feb 24, 2022
1 parent 2621d6f commit 4da229b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/plivo/plivo-go"
"github.com/plivo/plivo-go/v7"
)

var client *plivo.Client
Expand Down
2 changes: 1 addition & 1 deletion examples/jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"time"

"github.com/plivo/plivo-go/jwt"
"github.com/plivo/plivo-go/v7/jwt"
)

func mainJWT() {
Expand Down
2 changes: 1 addition & 1 deletion examples/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"log"

"github.com/plivo/plivo-go"
"github.com/plivo/plivo-go/v7"
)

const (
Expand Down

0 comments on commit 4da229b

Please sign in to comment.