We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af09554 commit 842eadaCopy full SHA for 842eada
1 file changed
rust/deps/merve.h
@@ -14,14 +14,14 @@
14
#ifndef MERVE_VERSION_H
15
#define MERVE_VERSION_H
16
17
-#define MERVE_VERSION "1.1.2" // x-release-please-version
+#define MERVE_VERSION "1.1.3" // x-release-please-version
18
19
namespace lexer {
20
21
enum {
22
MERVE_VERSION_MAJOR = 1, // x-release-please-major
23
MERVE_VERSION_MINOR = 1, // x-release-please-minor
24
- MERVE_VERSION_REVISION = 2, // x-release-please-patch
+ MERVE_VERSION_REVISION = 3, // x-release-please-patch
25
};
26
27
} // namespace lexer
0 commit comments