mirror of
https://github.com/langgenius/ruby-sdk.git
synced 2026-07-01 20:35:26 -04:00
8 lines
91 B
Ruby
8 lines
91 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Dify
|
|
module Client
|
|
VERSION = "0.1.2"
|
|
end
|
|
end
|