Back to Glossary
DevelopmentBeginner Friendly

What is Semantic Versioning?

A version numbering system using MAJOR.MINOR.PATCH that communicates what type of changes were made.

Why It Matters

Semantic versioning tells you whether updating a dependency will break your code or just add features and fixes.

Real-World Example

Version 2.3.1 means major version 2, minor version 3, patch 1. Bumping to 3.0.0 signals breaking changes.

“Understanding terms like Semantic Versioning matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

Learn More at buildDay Melbourne

Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.