Developer
Semantic Version Calculator
Calculate and increment semantic versions according to SemVer rules.
Tool
Loading tool...
About this Tool
Use this free semantic version calculator to manage software version numbers according to Semantic Versioning (SemVer). Quickly calculate major, minor and patch releases.
Examples
- 1.4.8 → 1.4.9
- 2.3.5 → 2.4.0
- 3.9.1 → 4.0.0
Frequently Asked Questions
What is Semantic Versioning?
Semantic Versioning is a standard versioning system using MAJOR.MINOR.PATCH numbers.
When should the major version increase?
Major versions are incremented when backward-incompatible changes are introduced.
What is a patch release?
Patch releases contain bug fixes and small changes that do not break compatibility.
Related Tools
Gitignore Generator
Generate .gitignore files for software projects.
License Generator
Generate open source software licenses.
README Generator
Generate structured README files for software projects.
Changelog Generator
Generate release notes and changelog entries.
Package.json Validator
Validate package.json files for Node.js projects.