···1-diff --git a/caddy.go b/caddy.go
2-index 584865bd..082b9b6c 100644
3---- a/caddy.go
4-+++ b/caddy.go
5-@@ -840,7 +840,10 @@ func InstanceID() (uuid.UUID, error) {
6- // and https://github.com/golang/go/issues/50603.
7- //
8- // This function is experimental and subject to change or removal.
9-+var ShortVersion = "(devel)"
10-+
11- func Version() (simple, full string) {
12-+ return ShortVersion, ShortVersion
13- // the currently-recommended way to build Caddy involves
14- // building it as a dependency so we can extract version
15- // information from go.mod tooling; once the upstream