Skip to content

Commit

Permalink
* Adapt include path
Browse files Browse the repository at this point in the history
* Bump ev-cli version to 0.0.25

Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Dec 6, 2023
1 parent a054460 commit 8617dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ev-dev-tools/src/ev_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""EVerest command line utility."""
__version__ = '0.0.24'
__version__ = '0.0.25'
2 changes: 1 addition & 1 deletion ev-dev-tools/src/ev_cli/templates/interface-Base.hpp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <framework/ModuleAdapter.hpp>
#include <utils/types.hpp>
#include <utils/error.hpp>
#include <utils/error/error.hpp>

#include "Types.hpp"

Expand Down

0 comments on commit 8617dae

Please sign in to comment.