Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-szweda committed Oct 6, 2023
1 parent ea8233a commit 4f19719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebpfdiscoverysrv/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void setupLibbpf() {
int main(int argc, char** argv) {
setupLibbpf();
setupUnixSignalHandlers();
printf("%s\n", VERSION);
printf("%s\n", PROJECT_VERSION);

try {
discoveryInstance.load();
Expand Down

0 comments on commit 4f19719

Please sign in to comment.