feat: ai generator - add claude support

This commit is contained in:
Aesli 2024-11-10 19:02:05 -06:00
parent dc4bdb2eaa
commit 208607eb0c
4 changed files with 26 additions and 8 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.105.21";
const VERSION = "1.105.23";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{