Submit Rails turns after SSE readiness

This commit is contained in:
2026-07-18 14:37:24 -07:00
parent 17025f0ed9
commit 7744fe211a
7 changed files with 203 additions and 19 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.alpha6"
RAILS_VERSION = "0.0.1.alpha7"
end