# Cookbook: Optimistic Locking ```elixir Mix.install([{:ash, "~> 3.0.0-rc.40"}]) ``` ## Section ```elixir 1 + 2 == 2 ``` ``` false ```