We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f9185 commit 7896b43Copy full SHA for 7896b43
2 files changed
README.md
@@ -3,7 +3,7 @@
3
</p>
4
<p align="center">
5
<a href="https://opensource.org/license/0bsd"><img src="https://img.shields.io/badge/License-0BSD-orange.svg?" alt="License"></a>
6
- <a href="https://github.com/llmrb/llm.rb/tags"><img src="https://img.shields.io/badge/version-0.1.0.beta.12-green.svg?" alt="Version"></a>
+ <a href="https://github.com/llmrb/llm.rb/tags"><img src="https://img.shields.io/badge/version-0.1.0.beta.13-green.svg?" alt="Version"></a>
7
8
9
## About
mrblib/mruby-llm/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module LLM
- VERSION = "0.1.0.beta.12"
+ VERSION = "0.1.0.beta.13"
end
0 commit comments