Skip to content

Commit 4c0d484

Browse files
authored
Bump patch version after integrate 1.13.2 -> 1.13.3 (#2868)
1 parent baaf747 commit 4c0d484

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