Skip to content

Commit b8457c0

Browse files
committed
Release 1.3.8
1 parent 6a256b9 commit b8457c0

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.6
1+
1.3.8

decai/decai.r2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

decai/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = "1.3.6";
1+
export const VERSION = "1.3.8";
22
export const COMMAND = "decai";
33
export const DECAI_CONFIG_DIR = "~/.config/r2ai";
44
export const API_KEYS_PATH = DECAI_CONFIG_DIR + "/apikeys.txt";

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('r2ai', 'c',
2-
version : '1.3.6',
2+
version : '1.3.8',
33
default_options : ['warning_level=2', 'c_std=c11']
44
)
55

src/r2ai.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "r_vdb.h"
1616
#include "markdown.h"
1717

18-
#define R2AI_VERSION "1.3.6"
18+
#define R2AI_VERSION "1.3.8"
1919

2020
#if 0
2121
#define R2AI_DEFAULT_MODEL "gpt-5-mini"

0 commit comments

Comments
 (0)