Skip to content

Commit 7c98e2b

Browse files
Update versions for v1.8.4
1 parent 4824255 commit 7c98e2b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/Microsoft/go-winio v0.5.2
1313
github.com/NYTimes/gziphandler v1.1.1
1414
github.com/ava-labs/avalanche-network-runner-sdk v0.1.0
15-
github.com/ava-labs/coreth v0.9.0-rc.9
15+
github.com/ava-labs/coreth v0.9.0-rc.12
1616
github.com/btcsuite/btcd v0.23.1
1717
github.com/btcsuite/btcd/btcutil v1.1.1
1818
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0-20200627015759-01fd2de07837

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax
5858
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
5959
github.com/ava-labs/avalanche-network-runner-sdk v0.1.0 h1:m35SkmT7OO0cxrnqHCtQ0v8BHsDw8EZmo+yjH0DTqIs=
6060
github.com/ava-labs/avalanche-network-runner-sdk v0.1.0/go.mod h1:1oDcmKg7Ed2QN3uxl6r5FqMsZMSAsGVBtI4ra0ewW/A=
61-
github.com/ava-labs/coreth v0.9.0-rc.9 h1:WAI0Jg2C7IR+uMfPNDwHuuw5e1Uj/1S88NP6MWM7P4c=
62-
github.com/ava-labs/coreth v0.9.0-rc.9/go.mod h1:TCUPN8PjyzwOTtH9VsxAVcd8eMh8jcbFgz4a5DOx1Ug=
61+
github.com/ava-labs/coreth v0.9.0-rc.12 h1:haST2EdwTEXuJs73kjTvRMw81j9cOShflv9oyc89AI0=
62+
github.com/ava-labs/coreth v0.9.0-rc.12/go.mod h1:TCUPN8PjyzwOTtH9VsxAVcd8eMh8jcbFgz4a5DOx1Ug=
6363
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
6464
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
6565
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=

scripts/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
# Set up the versions to be used
99
# Don't export them as their used in the context of other calls
10-
coreth_version=${CORETH_VERSION:-'v0.9.0-rc.9'}
10+
coreth_version=${CORETH_VERSION:-'v0.9.0-rc.12'}

version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
Current = &Semantic{
1515
Major: 1,
1616
Minor: 8,
17-
Patch: 3,
17+
Patch: 4,
1818
}
1919
CurrentApp = &Application{
2020
Major: Current.Major,

0 commit comments

Comments
 (0)