Skip to content

chore/correct-register-required#290

Merged
ammodev merged 1 commit into
version/26.1.1from
chore/correct-register-required
Apr 4, 2026
Merged

chore/correct-register-required#290
ammodev merged 1 commit into
version/26.1.1from
chore/correct-register-required

Conversation

@ammodev

@ammodev ammodev commented Apr 4, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 4, 2026 19:34
@ammodev ammodev merged commit 46dfb04 into version/26.1.1 Apr 4, 2026
6 checks passed
@ammodev ammodev deleted the chore/correct-register-required branch April 4, 2026 19:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project version declared in gradle.properties.

Changes:

  • Changed version from 26.1-3.0.2 to 26.1.1-3.0.2.

Comment thread gradle.properties
@@ -7,6 +7,6 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
javaVersion=25
mcVersion=26.1

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version now starts with 26.1.1 while mcVersion is still 26.1. This breaks the repo’s versioning convention of {MC_VERSION}-{LIB_VERSION} (see guidelines example 1.21.11-2.62.0). Align these by either updating mcVersion to 26.1.1 or reverting the version prefix to 26.1 so they match.

Suggested change
mcVersion=26.1
mcVersion=26.1.1

Copilot uses AI. Check for mistakes.
Comment thread gradle.properties
mcVersion=26.1
group=dev.slne.surf
version=26.1-3.0.2
version=26.1.1-3.0.2

Copilot AI Apr 4, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title suggests a change around "register required", but the only change in this PR is a version string update in gradle.properties. If the intent is to correct the project version, consider renaming the PR to reflect that; otherwise, the missing functional changes may have been omitted.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants