Skip to content

Commit

Permalink
docs: change packages v29 -> v28 (#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Apr 24, 2024
1 parent 9ba652c commit 566ad31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v28/03-clients/01-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ import (
"log"

// Importing the general purpose Cosmos blockchain client
"github.com/ignite/cli/v29/ignite/pkg/cosmosclient"
"github.com/ignite/cli/v28/ignite/pkg/cosmosclient"

// Importing the types package of your blog blockchain
"blog/x/blog/types"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ import (
"context"
"log"

"github.com/ignite/cli/v29/ignite/pkg/clictx"
"github.com/ignite/cli/v29/ignite/pkg/cosmosclient"
"github.com/ignite/cli/v29/ignite/pkg/cosmostxcollector"
"github.com/ignite/cli/v29/ignite/pkg/cosmostxcollector/adapter/postgres"
"github.com/ignite/cli/v28/ignite/pkg/clictx"
"github.com/ignite/cli/v28/ignite/pkg/cosmosclient"
"github.com/ignite/cli/v28/ignite/pkg/cosmostxcollector"
"github.com/ignite/cli/v28/ignite/pkg/cosmostxcollector/adapter/postgres"
)

const (
Expand Down

0 comments on commit 566ad31

Please sign in to comment.