Skip to content

Commit b0b41b7

Browse files
chore: update rust/deps vendored sources
1 parent 1d38191 commit b0b41b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rust/deps/merve.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
#ifndef MERVE_VERSION_H
1515
#define MERVE_VERSION_H
1616

17-
#define MERVE_VERSION "1.0.1" // x-release-please-version
17+
#define MERVE_VERSION "1.1.2" // x-release-please-version
1818

1919
namespace lexer {
2020

2121
enum {
2222
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
23+
MERVE_VERSION_MINOR = 1, // x-release-please-minor
24+
MERVE_VERSION_REVISION = 2, // x-release-please-patch
2525
};
2626

2727
} // namespace lexer

0 commit comments

Comments
 (0)