From 00e019d5029559f0651aa35b0f359f5918b32e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B3nimo=20Albi?= Date: Tue, 14 Nov 2023 21:40:19 +0100 Subject: [PATCH] chore: update network app version (#3750) * chore: update network app version * chore: update changelog --------- Co-authored-by: Danilo Pantani --- changelog.md | 1 + ignite/cmd/plugin_default.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 )