diff --git a/halo/config/testdata/default_halo.toml b/halo/config/testdata/default_halo.toml index 729cd6daa..ede7e56c5 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.4-dev" +version = "v0.5.0" # 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 96a2a57fa..c275b8f17 100644 --- a/halo/genutil/testdata/TestMakeGenesis.golden +++ b/halo/genutil/testdata/TestMakeGenesis.golden @@ -1,6 +1,6 @@ { "app_name": "halo", - "app_version": "v0.4-dev", + "app_version": "v0.5.0", "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 350014de3..ac4644c37 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.4-dev" +var version = "v0.5.0" // unknown is the default value for the git commit hash and timestamp. const unknown = "unknown" diff --git a/monitor/app/testdata/default_monitor.toml b/monitor/app/testdata/default_monitor.toml index d21fb92e7..d7b1213dd 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.4-dev" +version = "v0.5.0" # 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 cc8a12a2c..1156dd53f 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.4-dev" +version = "v0.5.0" # Omni network to participate in: mainnet, testnet, or devnet. network = ""