Skip to content

Commit 20ada30

Browse files
authored
Bump patch version after integrate 1.10.1 -> 1.10.2 (#2759)
1 parent 0f7a522 commit 20ada30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stablehlo/dialect/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Version {
3838
static FailureOr<Version> fromString(llvm::StringRef versionRef);
3939

4040
/// Return a Version representing the current VHLO dialect version.
41-
static Version getCurrentVersion() { return Version(1, 10, 1); }
41+
static Version getCurrentVersion() { return Version(1, 10, 2); }
4242

4343
/// Return a Version representing the minimum supported VHLO dialect version.
4444
static Version getMinimumVersion() { return Version(0, 9, 0); }

0 commit comments

Comments
 (0)