diff --git a/Info.plist b/Info.plist
index 8c5b81d..935a21d 100644
--- a/Info.plist
+++ b/Info.plist
@@ -9,6 +9,6 @@
CFBundleName
depscan
CFBundleVersion
- 5.1.8
+ 5.2.0
diff --git a/file_version_info.txt b/file_version_info.txt
index 08b62e6..40111d0 100644
--- a/file_version_info.txt
+++ b/file_version_info.txt
@@ -7,8 +7,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0. Must always contain 4 elements.
- filevers=(5,1,8,0),
- prodvers=(5,1,8,0),
+ filevers=(5,2,0,0),
+ prodvers=(5,2,0,0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'OWASP Foundation'),
StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'),
- StringStruct(u'FileVersion', u'5.1.8.0'),
+ StringStruct(u'FileVersion', u'5.2.0.0'),
StringStruct(u'InternalName', u'depscan'),
StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'),
StringStruct(u'OriginalFilename', u'depscan.exe'),
StringStruct(u'ProductName', u'depscan'),
- StringStruct(u'ProductVersion', u'5.1.8.0')])
+ StringStruct(u'ProductVersion', u'5.2.0.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]