Skip to content

Commit a3c7de9

Browse files
authored
Bump patch version after integrate 1.10.2 -> 1.10.3 (#2763)
1 parent ce88477 commit a3c7de9

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, 2); }
41+
static Version getCurrentVersion() { return Version(1, 10, 3); }
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)