Skip to content

Commit 3a7173a

Browse files
committed
Update listed dependency & tool versions
1 parent ec9dfec commit 3a7173a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Docs/src/content/docs/install/caddy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Caddy
33
description: Details on how to install Caddy.
44
---
55

6-
[Caddy](https://caddyserver.com) is a web server used as a reverse proxy for the Mercury Core Site service. At the time of writing, the latest version is [**v2.10.2**](https://github.com/caddyserver/caddy/releases/tag/v2.10.2).
6+
[Caddy](https://caddyserver.com) is a web server used as a reverse proxy for the Mercury Core Site service. At the time of writing, the latest version is [**v2.11.2**](https://github.com/caddyserver/caddy/releases/tag/v2.11.2).
77

88
Check out the [installation guide](https://caddyserver.com/docs/install) for detailed instructions.
99

Docs/src/content/docs/install/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Go
33
description: Details on how to install Go.
44
---
55

6-
[Go](https://go.dev) is a programming language and toolchain for building and managing software. It is used for parts of certain Mercury Core services. At the time of writing, the latest version is [**v1.26.0**](https://github.com/golang/go/releases/tag/go1.26.0).
6+
[Go](https://go.dev) is a programming language and toolchain for building and managing software. It is used for parts of certain Mercury Core services. At the time of writing, the latest version is [**v1.26.1**](https://github.com/golang/go/releases/tag/go1.26.1).
77

88
To install, download the latest [binary release](https://go.dev/dl/) and follow the installation instructions. Alternatively, it may be possible to install Go using a package manager of your choice.
99

Docs/src/content/docs/install/surrealdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: SurrealDB
33
description: Details on how to install SurrealDB.
44
---
55

6-
[SurrealDB](https://surrealdb.com) is a multi-model database that combines the flexibility of document databases with the power of graph databases. It is used as the main data storage mechanism for Mercury Core. At the time of writing, the latest version is [**v3.0.1**](https://github.com/surrealdb/surrealdb/releases/tag/v3.0.1).
6+
[SurrealDB](https://surrealdb.com) is a multi-model database that combines the flexibility of document databases with the power of graph databases. It is used as the main data storage mechanism for Mercury Core. At the time of writing, the latest version is [**v3.0.3**](https://github.com/surrealdb/surrealdb/releases/tag/v3.0.3).
77

88
Check out the [installation guide](https://surrealdb.com/docs/surrealdb/installation) for detailed instructions, or install the latest version on Linux or macOS with the following shell command:
99

0 commit comments

Comments
 (0)