Skip to content

Commit fe2f093

Browse files
committed
chore: bump iree tag
1 parent da388c3 commit fe2f093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ defmodule NxIREE.MixProject do
6666
end
6767

6868
defp nx_iree_config() do
69-
version = System.get_env("NX_IREE_VERSION", "20240815.986")
70-
tag = System.get_env("NX_IREE_GIT_REV", "candidate-20240815.986")
69+
version = System.get_env("NX_IREE_VERSION", "20240818.989")
70+
tag = System.get_env("NX_IREE_GIT_REV", "candidate-20240818.989")
7171

7272
env_dir = System.get_env("NX_IREE_COMPILER_DIR")
7373

0 commit comments

Comments
 (0)