diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin/release_strategy.md | 2 | ||||
-rw-r--r-- | docs/dev/local_development.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/release_strategy.md b/docs/admin/release_strategy.md index 6d71c946..ba7e8174 100644 --- a/docs/admin/release_strategy.md +++ b/docs/admin/release_strategy.md @@ -16,7 +16,7 @@ Each minor release has its own release branch with prefix `release/`, e.g. `rele If you're running Gogs with any version below 0.12, please upgrade to 0.12 to run necessary migrations. -### After 0.12 +### Since 0.12 We maintain one minor version backwards compatibility, patch releases are disregarded. diff --git a/docs/dev/local_development.md b/docs/dev/local_development.md index 123b28c5..a6cb6197 100644 --- a/docs/dev/local_development.md +++ b/docs/dev/local_development.md @@ -21,7 +21,7 @@ Gogs is built and runs as a single binary and meant to be cross platform. Theref Gogs has the following dependencies: - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) (v1.8.3 or higher) -- [Go](https://golang.org/doc/install) (v1.16 or higher) +- [Go](https://golang.org/doc/install) (v1.18 or higher) - [Less.js](http://lesscss.org/usage/#command-line-usage-installing) - [Task](https://github.com/go-task/task) (v3) - [goimports](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) |