Files
opencode-ruby/lib/opencode/version.rb
Ajay Krishnan 2e866a618b
Some checks failed
Test / test (3.2) (push) Failing after 1s
Test / test (3.3) (push) Failing after 1s
Test / test (3.4) (push) Failing after 0s
Handle current OpenCode stream completion
2026-07-12 01:53:59 -07:00

6 lines
78 B
Ruby

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