Skip to content

Commit

Permalink
Bump version to 0.4.0 (#1391)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Thaler <[email protected]>

Signed-off-by: Dave Thaler <[email protected]>
Co-authored-by: saxena-anurag <[email protected]>
  • Loading branch information
dthaler and saxena-anurag authored Sep 14, 2022
1 parent d4d81de commit 480f51b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
if: matrix.configurations == 'Release' && inputs.generate_release_package == true
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cmake -S tools\setup -B build\setup -DEBPFFORWINDOWS_PROGRAM_DATA="${{github.workspace}}\${{env.BUILD_PLATFORM}}\${{env.BUILD_CONFIGURATION}}\package_data" "-DEBPFFORWINDOWS_VERSION=0.3.0" -DCPACK_GENERATOR=WIX
cmake -S tools\setup -B build\setup -DEBPFFORWINDOWS_PROGRAM_DATA="${{github.workspace}}\${{env.BUILD_PLATFORM}}\${{env.BUILD_CONFIGURATION}}\package_data" "-DEBPFFORWINDOWS_VERSION=0.4.0" -DCPACK_GENERATOR=WIX
cmake --build build\setup --target package
- name: Locate the packages
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-ebpf.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $source_directory="."
"VCRUNTIME140D.dll")

[System.Collections.ArrayList]$source_msi_files=@(
"ebpf-for-windows-0.3.0.msi")
"ebpf-for-windows-0.4.0.msi")

[System.Collections.ArrayList]$source_script_files=@(
"scripts\common.psm1",
Expand Down
2 changes: 1 addition & 1 deletion tools/nuget/ebpf-for-windows.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<title>eBPF for Windows SDK</title>
<id>eBPF-for-Windows</id>
<version>0.3.0</version>
<version>0.4.0</version>
<authors>eBPF for Windows Contributors</authors>
<owners>eBPF for Windows Contributors</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit 480f51b

Please sign in to comment.