Skip to content

Commit 726ac03

Browse files
authored
Bump patch version after integrate 1.5.2 -> 1.5.3 (#2484)
1 parent d4405ad commit 726ac03

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