diff options
author | bruno <bruno@tinkerbox.org> | 2025-06-21 03:46:47 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-06-21 03:48:38 +0900 |
commit | 0cee1146cf544aa3651ea0272474a5ab4e5496da (patch) | |
tree | 1d97102300e3a2c087d6af2a84f0ce684557135e /net-p2p/walletd/files/patch-build_meta.go | |
parent | net-p2p/renterd: update to 2.3.1 (diff) |
net-p2p/walletd: update to 2.10.3
Changelog: https://github.com/SiaFoundation/walletd/blob/v2.10.3/CHANGELOG.md
PR: 286691
Reported by: bruno <bruno@tinkerbox.org> (maintainer)
Diffstat (limited to 'net-p2p/walletd/files/patch-build_meta.go')
-rw-r--r-- | net-p2p/walletd/files/patch-build_meta.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/walletd/files/patch-build_meta.go b/net-p2p/walletd/files/patch-build_meta.go index c2d643141ae5..73c131cf6b0a 100644 --- a/net-p2p/walletd/files/patch-build_meta.go +++ b/net-p2p/walletd/files/patch-build_meta.go @@ -1,15 +1,15 @@ ---- build/meta.go.orig 2025-03-11 16:49:37 UTC +--- build/meta.go.orig 2025-06-20 10:01:03 UTC +++ build/meta.go @@ -1,7 +1,9 @@ +// Code generated by go generate; DO NOT EDIT. -+// This file was generated by go generate at 2025-03-11T17:25:25+01:00. ++// This file was generated by go generate at 2025-06-20T12:03:30+02:00. package build const ( - commit = "?" - version = "?" - buildTime = 0 -+ commit = "42659f7" -+ version = "v2.0.0" ++ commit = "cb49633" ++ version = "v2.10.3" + buildTime = %%BUILDTIME%% ) |