Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only use the semver version number without a suffix #86

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

beeman
Copy link
Collaborator

@beeman beeman commented Oct 4, 2024

Before

$ node ./dist/bin/index.cjs --list-versions
Locally installed versions:
  Anchor: 0.30.1
  AVM   : 0.30.0
  Rust  : 1.77.2 (25ef9e3d8 2024-04-09)
  Solana: 1.18.9 (src:9a7dd9ca; feat:3469865029, client:SolanaLabs)

After

$ node ./dist/bin/index.cjs --list-versions
Locally installed versions:
  Anchor: 0.30.1
  AVM   : 0.30.0
  Rust  : 1.77.2
  Solana: 1.18.9

@beeman beeman merged commit 62e8ec0 into next Oct 4, 2024
2 checks passed
@beeman beeman deleted the beeman/fix-versions branch October 4, 2024 13:53
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