Skip to content

Instantly share code, notes, and snippets.

@sigmavirus24
Last active September 21, 2022 07:52
Show Gist options
  • Select an option

  • Save sigmavirus24/25fc7a6ed56e410ee119 to your computer and use it in GitHub Desktop.

Select an option

Save sigmavirus24/25fc7a6ed56e410ee119 to your computer and use it in GitHub Desktop.
SemVer examples
Version String 64 bit storage version
0.2.1 0000000000000000000000000000000000001000000000000000000011100000
2.10.5 0000000000000000010000000000000000101000000000000000001011100000
1.0.1a 0000000000000000001000000000000000000000000000000000000010000000
1.0.1a2 0000000000000000001000000000000000000000000000000000000010000010
1.0.1b 0000000000000000001000000000000000000000000000000000000010100000
1.0.1rc1 0000000000000000001000000000000000000000000000000000000011000001
Version String Major Version Minor Version Patch    
0.2.1 0000000000000000000 0000000000000000010 0000000000000000001 11 00000
2.10.5 0000000000000000010 0000000000000001010 0000000000000000101 11 00000
1.0.1a 0000000000000000001 0000000000000000000 0000000000000000001 00 00000
1.0.1a2 0000000000000000001 0000000000000000000 0000000000000000001 00 00010
1.0.1b 0000000000000000001 0000000000000000000 0000000000000000001 01 00000
1.0.1rc1 0000000000000000001 0000000000000000000 0000000000000000001 10 00001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment