Release opencode-rails alpha5
Some checks failed
Test / test (3.2) (push) Failing after 10s
Test / test (3.3) (push) Failing after 11s
Test / test (3.4) (push) Failing after 11s

This commit is contained in:
2026-07-15 20:20:17 -07:00
parent 3af78b9716
commit ff6187118d
3 changed files with 9 additions and 2 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.alpha4"
RAILS_VERSION = "0.0.1.alpha5"
end