Skip to content

Commit

Permalink
Fixing probe version since changed in #379 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp authored Oct 11, 2023
1 parent 8c59f97 commit b65ffa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ protected boolean isSourceCodeRelated() {

@Override
public long getVersion() {
return 1;
return 2;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ protected boolean isSourceCodeRelated() {

@Override
public long getVersion() {
return 1;
return 2;
}
}

0 comments on commit b65ffa6

Please sign in to comment.