Skip to content

bump version to 8.0.2 in build.gradle.kts#111

Merged
daithihearn merged 1 commit intomainfrom
bump-version-for-release
Mar 7, 2026
Merged

bump version to 8.0.2 in build.gradle.kts#111
daithihearn merged 1 commit intomainfrom
bump-version-for-release

Conversation

@daithihearn
Copy link
Member

@daithihearn daithihearn commented Mar 7, 2026

Summary by CodeRabbit

  • Chores
    • Version updated to 8.0.2

@daithihearn daithihearn marked this pull request as ready for review March 7, 2026 00:20
@daithihearn daithihearn merged commit ae61643 into main Mar 7, 2026
4 of 5 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

Warning

Rate limit exceeded

@daithihearn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 24 minutes and 8 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ac481039-8ed9-4ad5-822b-7c74ecb4d025

📥 Commits

Reviewing files that changed from the base of the PR and between c2ce14b and 04ee48c.

📒 Files selected for processing (1)
  • build.gradle.kts
📝 Walkthrough

Walkthrough

Updated the default project version from 8.0.1 to 8.0.2 in the Gradle Kotlin DSL build script. This changes the fallback version value when the PROJECT_VERSION environment variable is not set.

Changes

Cohort / File(s) Summary
Version Bump
build.gradle.kts
Updated default projectVersion from 8.0.1 to 8.0.2 (fallback value when PROJECT_VERSION environment variable is not set).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • nawfal-labrahmi

Poem

🐰 A version hops forth with delight,
From 8.0.1 to 8.0.2 in sight,
One tiny change, so small and sweet,
Makes the build complete!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bump-version-for-release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Mar 7, 2026

📦 Snapshot Published

org.vechain:indexer-core:pr.111.04ee48c-SNAPSHOT
Usage

Add the GitHub Packages repository to your build.gradle.kts:

repositories {
    maven {
        url = uri("https://maven.pkg.github.com/vechain/indexer-core")
        credentials {
            username = findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
            password = findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
        }
    }
}

Then use the dependency:

implementation("org.vechain:indexer-core:pr.111.04ee48c-SNAPSHOT")

Note: Requires a GitHub PAT with read:packages scope in ~/.gradle/gradle.properties:

gpr.user=YOUR_GITHUB_USERNAME
gpr.key=ghp_YOUR_TOKEN

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.

1 participant