Files
opencode-ruby/lib/opencode/version.rb
Ajay Krishnan de14d57634
Some checks failed
Test / test (3.3) (push) Failing after 9m35s
Test / test (3.4) (push) Failing after 9m37s
Test / test (3.2) (push) Failing after 9m37s
Support configured child sessions
2026-07-15 20:18:58 -07:00

6 lines
78 B
Ruby

# frozen_string_literal: true
module Opencode
VERSION = "0.0.1.alpha5"
end