Method: AwSec::Version.patch

Defined in:
lib/version.rb

.patchObject

Returns the patch version ( updates, features and (crucial) bug fixes )



35
36
37
# File 'lib/version.rb', line 35

def self.patch
	PATCH
end