SEMVER - is a specification outlining a method of encoding the nature of change between releases of a "public interface", directly into the version string. A semver-compatibile version is built from three numbers separated by periods (.
). The three numbers are referred to as major, minor and patch, and specified in that order. src
Given a version number MAJOR.MINOR.PATCH, increment the:
-------------------------------------------------------------------------------------
DMZ - Stands for De Militarized Zone. The purpose of a DMZ is to add an additional layer of security to an organization's Local Area Network (LAN); an external attacker only has access to equipment in the DMZ, rather than any other part of the network.