Skip to content

Commit

Permalink
update version to 0.2.0 (#155)
Browse files Browse the repository at this point in the history
* update version to 0.2.0

* update ebpf_ext_version

* deleting update script

---------

Co-authored-by: Laksh Kotian <[email protected]>
  • Loading branch information
LakshK98 and Laksh Kotian authored Nov 8, 2024
1 parent b375fbc commit 54fa6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<PropertyGroup>
<eBPFExtensionsVersionMajor>0</eBPFExtensionsVersionMajor>
<eBPFExtensionsVersionMinor>1</eBPFExtensionsVersionMinor>
<eBPFExtensionsVersionMinor>2</eBPFExtensionsVersionMinor>
<eBPFExtensionsVersionRevision>0</eBPFExtensionsVersionRevision>
</PropertyGroup>
<PropertyGroup Condition="'$(AddressSanitizer)'=='True' And '$(MSBuildProjectExtension)'!='.csproj'">
Expand Down
2 changes: 1 addition & 1 deletion resource/ebpf_ext_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: MIT

#define EBPF_VERSION_MAJOR 0
#define EBPF_VERSION_MINOR 1
#define EBPF_VERSION_MINOR 2
#define EBPF_VERSION_REVISION 0

#define QUOTE(str) #str
Expand Down

0 comments on commit 54fa6d3

Please sign in to comment.