net-llm
Code
Branches
Tags
Commits
main
net-llm
/
lib
/
net
/
llm
/
version.rb
1
# frozen_string_literal: true
2
3
module
Net
4
module
Llm
5
VERSION
=
"
0.6.1
"
6
end
7
end