From 43ee60325ea1e5cd1f4c4ca2362490e87bba19bf Mon Sep 17 00:00:00 2001 From: LexLuthr <88259624+LexLuthr@users.noreply.github.com> Date: Wed, 31 May 2023 20:35:59 +0400 Subject: [PATCH] release v1.7.3-rc3 (#1481) --- build/openrpc/boost.json.gz | Bin 5619 -> 5619 bytes build/version.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build/openrpc/boost.json.gz b/build/openrpc/boost.json.gz index ccc996f2b2f3f9e91517bf0d09cf9a65e15337ea..056cd03acad5815baf88700533f64592d51a3223 100644 GIT binary patch delta 21 dcmeyY{aJfL3*)?vt!bhhQ?gBFI0-T`003yA2gm>b delta 21 ccmeyY{aJfL3*)+tt!bhh2@><;oCFye0A~CLf&c&j diff --git a/build/version.go b/build/version.go index 112065b5e..dbc1ffc08 100644 --- a/build/version.go +++ b/build/version.go @@ -2,7 +2,7 @@ package build var CurrentCommit string -const BuildVersion = "1.7.3-rc2" +const BuildVersion = "1.7.3-rc3" func UserVersion() string { return BuildVersion + CurrentCommit