Skip to content

Commit

Permalink
Update to v207
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed Jun 9, 2024
1 parent b85bb83 commit ea22a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ai.polus.utils</groupId>
<artifactId>filepattern</artifactId>
<version>2.0.6</version>
<version>2.0.7</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion src/filepattern/cpp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define VERSIONH_INCLUDED

#define PROJECT_NAME "filepattern"
#define PROJECT_VER "2.0.6"
#define PROJECT_VER "2.0.7"

#endif // VERSIONH_INCLUDED

0 comments on commit ea22a06

Please sign in to comment.