Skip to content

Commit

Permalink
Merge pull request #78 from sameeul/fix_javadoc_issue
Browse files Browse the repository at this point in the history
Update to v207
  • Loading branch information
sameeul authored Jun 9, 2024
2 parents 6f12b24 + ea22a06 commit 17322fb
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 17322fb

Please sign in to comment.