···11+diff --git a/caddy.go b/caddy.go
22+index 584865bd..082b9b6c 100644
33+--- a/caddy.go
44++++ b/caddy.go
55+@@ -840,7 +840,10 @@ func InstanceID() (uuid.UUID, error) {
66+ // and https://github.com/golang/go/issues/50603.
77+ //
88+ // This function is experimental and subject to change or removal.
99++var ShortVersion = "(devel)"
1010++
1111+ func Version() (simple, full string) {
1212++ return ShortVersion, ShortVersion
1313+ // the currently-recommended way to build Caddy involves
1414+ // building it as a dependency so we can extract version
1515+ // information from go.mod tooling; once the upstream