From 7dc1e0d82ca3ad384122f8ea7fa94a32f68c7c6d Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Wed, 24 Jan 2024 18:03:58 +0000 Subject: [PATCH] Prepare for 5.2.2 release Signed-off-by: Prabhu Subramanian --- .github/workflows/win.yml | 2 +- Info.plist | 2 +- file_version_info.txt | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 600ff90..b2406f9 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -33,7 +33,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 21.x + node-version: 20.x - uses: actions/setup-go@v3 with: go-version: '^1.19.8' diff --git a/Info.plist b/Info.plist index 5c46076..cfc716e 100644 --- a/Info.plist +++ b/Info.plist @@ -9,6 +9,6 @@ CFBundleName depscan CFBundleVersion - 5.2.1 + 5.2.2 diff --git a/file_version_info.txt b/file_version_info.txt index 61f7d42..d8fb5bc 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,2,1,0), - prodvers=(5,2,1,0), + filevers=(5,2,2,0), + prodvers=(5,2,2,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.2.1.0'), + StringStruct(u'FileVersion', u'5.2.2.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.2.1.0')]) + StringStruct(u'ProductVersion', u'5.2.2.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]