Release alpha3 client dependency
Some checks failed
Test / test (3.3) (push) Failing after 1s
Test / test (3.4) (push) Failing after 1s
Test / test (3.2) (push) Failing after 36s

This commit is contained in:
2026-07-10 19:29:31 -07:00
parent 9b0c4cd3cd
commit 83b0a4ee77
3 changed files with 11 additions and 3 deletions

View File

@@ -11,5 +11,5 @@
# We can't reuse the same constant from a second gem, so we use a
# distinct, non-namespaced constant.
module Opencode
RAILS_VERSION = "0.0.1.alpha2"
RAILS_VERSION = "0.0.1.alpha3"
end