Skip to content

Commit

Permalink
chore: update network app version (#3750)
Browse files Browse the repository at this point in the history
* chore: update network app version

* chore: update changelog

---------

Co-authored-by: Danilo Pantani <[email protected]>
  • Loading branch information
jeronimoalbi and Pantani committed Nov 14, 2023
1 parent 4ce2ca5 commit 00e019d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ignite/cmd/plugin_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type defaultPlugin struct {
}

const (
PluginNetworkVersion = "v0.1.1"
PluginNetworkVersion = "v0.2.0"
PluginNetworkPath = "github.com/ignite/cli-plugin-network@" + PluginNetworkVersion
)

Expand Down

0 comments on commit 00e019d

Please sign in to comment.