Skip to content

Commit e533a6a

Browse files
authored
chore: version bump (#96)
1 parent 082932f commit e533a6a

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.3</version>
7+
<version>2.1.4</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.3"
5+
#define PROJECT_VER "2.1.4"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)