Skip to content

Commit e6123aa

Browse files
authored
Bump to v21 (rust-lang#373)
1 parent 669b422 commit e6123aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enzyme/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(CMakePackageConfigHelpers)
66

77
set(ENZYME_MAJOR_VERSION 0)
88
set(ENZYME_MINOR_VERSION 0)
9-
set(ENZYME_PATCH_VERSION 20)
9+
set(ENZYME_PATCH_VERSION 21)
1010
set(ENZYME_VERSION
1111
${ENZYME_MAJOR_VERSION}.${ENZYME_MINOR_VERSION}.${ENZYME_PATCH_VERSION})
1212

0 commit comments

Comments
 (0)