We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d38191 commit b0b41b7Copy full SHA for b0b41b7
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.0.1" // x-release-please-version
+#define MERVE_VERSION "1.1.2" // x-release-please-version
18
19
namespace lexer {
20
21
enum {
22
MERVE_VERSION_MAJOR = 1, // x-release-please-major
23
- MERVE_VERSION_MINOR = 0, // x-release-please-minor
24
- MERVE_VERSION_REVISION = 1, // x-release-please-patch
+ MERVE_VERSION_MINOR = 1, // x-release-please-minor
+ MERVE_VERSION_REVISION = 2, // x-release-please-patch
25
};
26
27
} // namespace lexer
0 commit comments