6 lines
78 B
Ruby
6 lines
78 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Opencode
|
|
VERSION = "0.0.1.alpha9"
|
|
end
|