diff options
author | icebaker <icebaker@proton.me> | 2023-12-15 20:59:02 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-15 20:59:02 -0300 |
commit | 5ea806de5d021a7f86d18c3d74bf521a3ba05ccd (patch) | |
tree | 499dc1ce47916f13beacecd5e38eb85847a09eeb /static/gem.rb | |
parent | 2a55ac5fb3be0a64e9966fa3c3965acb6cfcddbf (diff) |
bump to 2.0.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 755d95d..5541189 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '1.2.0', + version: '2.0.0', author: 'icebaker', summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT and Google Gemini.', description: 'Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed to support multiple providers such as OpenAI ChatGPT and Google Gemini, with support for calling Tools (Functions).', |