diff options
author | icebaker <icebaker@proton.me> | 2023-12-16 12:02:00 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-16 12:02:00 -0300 |
commit | 7608addf50d2113b61f22d3f6162a72ca3314772 (patch) | |
tree | e94c1a44203ecfd0bee43ec6141888bec273032f /static/gem.rb | |
parent | e68499587cc2ef6205aa01e13af0b520fdcc8edf (diff) |
bump to 2.1.0
Diffstat (limited to 'static/gem.rb')
-rw-r--r-- | static/gem.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gem.rb b/static/gem.rb index 6b45650..3631f5e 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '2.0.0', + version: '2.1.0', specification: '2.0.1', author: 'icebaker', summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT and Google Gemini.', |