diff options
Diffstat (limited to 'net-p2p/hostd/files/patch-build_meta.go')
-rw-r--r-- | net-p2p/hostd/files/patch-build_meta.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-p2p/hostd/files/patch-build_meta.go b/net-p2p/hostd/files/patch-build_meta.go index daf356fdda06..deaf52fd3db2 100644 --- a/net-p2p/hostd/files/patch-build_meta.go +++ b/net-p2p/hostd/files/patch-build_meta.go @@ -1,15 +1,15 @@ ---- build/meta.go.orig 2025-02-24 21:26:07 UTC +--- build/meta.go.orig 2025-08-05 10:59:13 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-10T13:09:09+01:00. ++// This file was generated by go generate at 2025-08-05T13:00:15+02:00. package build const ( -- commit = "?" -- version = "2.0.0" +- commit = "" +- version = "" - buildTime = 0 -+ commit = "4094916" -+ version = "v2.0.4" ++ commit = "a9cbb11" ++ version = "v2.3.6" + buildTime = %%BUILDTIME%% ) |