lib/win32/security.rb in win32-security-0.2.2 vs lib/win32/security.rb in win32-security-0.2.3

- old
+ new

@@ -18,10 +18,10 @@ include Windows::Security::Constants include Windows::Security::Structs extend Windows::Security::Functions # The version of the win32-security library - VERSION = '0.2.2' + VERSION = '0.2.3' # Used by OpenProcessToken TOKEN_QUERY = 8 # Returns whether or not the owner of the current process is running