diff --git a/halo/config/testdata/default_halo.toml b/halo/config/testdata/default_halo.toml index 705d27f96..6150b168d 100644 --- a/halo/config/testdata/default_halo.toml +++ b/halo/config/testdata/default_halo.toml @@ -3,7 +3,7 @@ # The version of the Halo binary that created or # last modified the config file. Do not modify this. -version = "v0.1.3" +version = "v0.1.4" # Omni network to participate in: mainnet, testnet, or devnet. network = "" diff --git a/halo/genutil/testdata/TestMakeGenesis.golden b/halo/genutil/testdata/TestMakeGenesis.golden index 6b5875902..554355a32 100644 --- a/halo/genutil/testdata/TestMakeGenesis.golden +++ b/halo/genutil/testdata/TestMakeGenesis.golden @@ -1,6 +1,6 @@ { "app_name": "halo", - "app_version": "v0.1.3", + "app_version": "v0.1.4", "genesis_time": "1970-01-01T00:00:01Z", "chain_id": "omni-1001651", "initial_height": 1, diff --git a/lib/buildinfo/buildinfo.go b/lib/buildinfo/buildinfo.go index 04a8c3846..87aefa43f 100644 --- a/lib/buildinfo/buildinfo.go +++ b/lib/buildinfo/buildinfo.go @@ -13,7 +13,7 @@ import ( // version of the whole omni-monorepo and all binaries built from this git commit. // This value is set by goreleaser at build-time and should be the git tag for official releases. -var version = "v0.1.3" +var version = "v0.1.4" // Version returns the version of the whole omni-monorepo and all binaries built from this git commit. func Version() string { diff --git a/monitor/app/testdata/default_monitor.toml b/monitor/app/testdata/default_monitor.toml index 93f93c48b..a44e72217 100644 --- a/monitor/app/testdata/default_monitor.toml +++ b/monitor/app/testdata/default_monitor.toml @@ -3,7 +3,7 @@ # The version of the Halo binary that created or # last modified the config file. Do not modify this. -version = "v0.1.3" +version = "v0.1.4" # Omni network to participate in: mainnet, testnet, or devnet. network = "" diff --git a/relayer/app/testdata/default_relayer.toml b/relayer/app/testdata/default_relayer.toml index c55905e5f..7a796e8d1 100644 --- a/relayer/app/testdata/default_relayer.toml +++ b/relayer/app/testdata/default_relayer.toml @@ -3,7 +3,7 @@ # The version of the Halo binary that created or # last modified the config file. Do not modify this. -version = "v0.1.3" +version = "v0.1.4" # Omni network to participate in: mainnet, testnet, or devnet. network = ""