Skip to content

Commit 819f014

Browse files
committed
release: v0.1.0.beta.16
1 parent 005a1b3 commit 819f014

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44
<p align="center">
55
<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.15-green.svg?" alt="Version"></a>
6+
<a href="https://github.com/llmrb/llm.rb/tags"><img src="https://img.shields.io/badge/version-0.1.0.beta.16-green.svg?" alt="Version"></a>
77
</p>
88

99
## About

mrblib/mruby-llm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LLM
4-
VERSION = "0.1.0.beta.15"
4+
VERSION = "0.1.0.beta.16"
55
end

0 commit comments

Comments
 (0)