diff --git a/changelog.md b/changelog.md index f6dfa75754..8085043ab1 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ ### Changes - [#3529](https://github.com/ignite/cli/pull/3529) Refactor plugin system to use gRPC +- [#3750](https://github.com/ignite/cli/pull/3750) Update default Ignite network app to `v0.2.0` - [#3751](https://github.com/ignite/cli/pull/3751) Rename label to skip changelog check - [#3745](https://github.com/ignite/cli/pull/3745) Set tx fee amount as option - [#3748](https://github.com/ignite/cli/pull/3748) Change default rpc endpoint to a working one diff --git a/ignite/cmd/plugin_default.go b/ignite/cmd/plugin_default.go index 9ffcc189ad..747f6999ba 100644 --- a/ignite/cmd/plugin_default.go +++ b/ignite/cmd/plugin_default.go @@ -16,7 +16,7 @@ type defaultPlugin struct { } const ( - PluginNetworkVersion = "v0.1.1" + PluginNetworkVersion = "v0.2.0" PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion )