diff --git a/README.md b/README.md index da23734..0e838bd 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The following variables can be configured for this role: | Variable | Type | Required | Default | Description (abstract) | |----------|------|----------|---------|------------------------| | `forgejo_server` | `bool` | No | `true` | Enable the server mode | -| `forgejo_version` | `int` | No | `13` | Version of the Forgejo binaries | +| `forgejo_version` | `int` | No | `14` | Version of the Forgejo binaries | | `forgejo_home_dir` | `path` | No | `"/var/lib/forgejo"` | Path to the home directory | | `forgejo_config_dir` | `path` | No | `"/etc/forgejo"` | Path to the configuration directory | | `forgejo_web_port` | `int` | No | `3000` | Port to listen for the web UI | @@ -100,7 +100,7 @@ Version of the Forgejo binaries - **Type**: `int` - **Required**: No -- **Default**: `13` +- **Default**: `14` diff --git a/defaults/main.yml b/defaults/main.yml index cfb6503..e99da24 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,8 +11,8 @@ forgejo_server: true # # - Type: int # - Required: No -# - Default: 13 -forgejo_version: 13 +# - Default: 14 +forgejo_version: 14 # Path to the home directory # diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 8c82211..b07a843 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -17,7 +17,7 @@ argument_specs: description: - Version of the Forgejo binaries type: int - default: 13 + default: 14 forgejo_home_dir: description: