Semantic Version Validator
Paste a version string to validate it against the SemVer 2.0.0 spec.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
Semantic Versioning 2.0.0 (semver.org) is the widely adopted spec — used by npm, Cargo, Composer, and most modern package registries — for structuring version numbers as MAJOR.MINOR.PATCH, where major increments signal breaking changes, minor increments add backward-compatible features, and patch increments are backward-compatible fixes, optionally extended with a hyphenated pre-release tag (like -beta.1) and a plus-prefixed build metadata tag (like +20130313144700).
This tool checks whether a pasted version string is valid under the SemVer 2.0.0 grammar and, if so, breaks it into its major, minor, patch, pre-release, and build components. Software developers publishing packages, CI/CD pipeline maintainers validating release tags, and package registry tooling authors use it to catch malformed version strings before they cause a broken publish or a dependency-resolution failure.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)