A version number has three components, major.minor.patch e.g. 1.2.13. You decide which to increment based on the changes you have made since the last version.
major.minor.patch
-
Patch is for minor changes or bug fixes
-
Minor is for new functionality
-
Major is for major changes, like a rewrite of the project