Skip to content

Commit b3623a7

Browse files
authored
Merge pull request #88 from sameeul/v211
chore: version bump to 2.1.1
2 parents ac9cc36 + 78e8a5d commit b3623a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ai.polus.utils</groupId>
66
<artifactId>filepattern</artifactId>
7-
<version>2.1.0</version>
7+
<version>2.1.1</version>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<packaging>jar</packaging>
1010

src/filepattern/cpp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#define VERSIONH_INCLUDED
33

44
#define PROJECT_NAME "filepattern"
5-
#define PROJECT_VER "2.1.0"
5+
#define PROJECT_VER "2.1.1"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)