Skip to content

Commit

Permalink
Merge pull request #88 from sameeul/v211
Browse files Browse the repository at this point in the history
chore: version bump to 2.1.1
  • Loading branch information
sameeul authored Jan 11, 2025
2 parents ac9cc36 + 78e8a5d commit b3623a7
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.1.0</version>
<version>2.1.1</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.1.0"
#define PROJECT_VER "2.1.1"

#endif // VERSIONH_INCLUDED

0 comments on commit b3623a7

Please sign in to comment.