Skip to content

Commit dbb10ee

Browse files
committed
chore: release v1.6.0+mc1.21.9
1 parent 1650153 commit dbb10ee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.6.0+mc1.21.9] - 2025-09-30
99

1010
### Added
1111

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/about/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can find the egg file in the GitHub repository: [egg-pico-limbo.json](https:
99
The egg supports additional installation configuration through the following environment variable:
1010

1111
- **VERSION**
12-
Specifies the Git tag of the release to install (e.g., `v1.4.0+mc1.21.8`).
12+
Specifies the Git tag of the release to install (e.g., `v1.6.0+mc1.21.9`).
1313
- Default: `latest`
1414
- When set to `latest` (or left unset), the installer selects the newest stable release.
1515

pico_limbo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pico_limbo"
3-
version = "1.6.0-rc.2+mc1.21.9"
3+
version = "1.6.0+mc1.21.9"
44
edition = "2024"
55

66
[dependencies]

pterodactyl/eggs/egg-pico-limbo--debian.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"variables": [
3131
{
3232
"name": "Version",
33-
"description": "Specifies the Git tag of the release to install (e.g., `v1.4.0+mc1.21.8`). When set to `latest` (or left unset), the installer selects the newest stable release.",
33+
"description": "Specifies the Git tag of the release to install (e.g., `v1.6.0+mc1.21.9`). When set to `latest` (or left unset), the installer selects the newest stable release.",
3434
"env_variable": "VERSION",
3535
"default_value": "latest",
3636
"user_viewable": true,

pterodactyl/eggs/egg-pico-limbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"variables": [
3131
{
3232
"name": "Version",
33-
"description": "Specifies the Git tag of the release to install (e.g., `v1.4.0+mc1.21.8`). When set to `latest` (or left unset), the installer selects the newest stable release.",
33+
"description": "Specifies the Git tag of the release to install (e.g., `v1.6.0+mc1.21.9`). When set to `latest` (or left unset), the installer selects the newest stable release.",
3434
"env_variable": "VERSION",
3535
"default_value": "latest",
3636
"user_viewable": true,

0 commit comments

Comments
 (0)