lib/win32/security.rb in win32-security-0.2.0 vs lib/win32/security.rb in win32-security-0.2.1

- 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.0' + VERSION = '0.2.1' # Used by OpenProcessToken TOKEN_QUERY = 8 # Returns whether or not the owner of the current process is running