Skip to content

Commit 7060dae

Browse files
committed
v1.92105_b5474_RM1.111m
Update version.txt
1 parent c03b545 commit 7060dae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

koboldcpp.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
# dry_seq_break_max = 128
6565

6666
# global vars
67-
KcppVersion = "1.92100"
67+
KcppVersion = "1.92105"
6868
LcppVersion = "b5474"
69-
EsoboldVersion = "RMv1.110m"
69+
EsoboldVersion = "RMv1.111m"
7070
CudaSpecifics = "Cu128_Ar86_SMC2_DmmvX32Y1"
71-
ReleaseDate = "2025/05/25"
71+
ReleaseDate = "2025/05/26"
7272
showdebug = True
7373
# guimode = False
7474
kcpp_instance = None #global running instance

version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(1, 92100, 0, 0),
4-
prodvers=(1, 92100, 0, 0),
3+
filevers=(1, 92105, 0, 0),
4+
prodvers=(1, 92105, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,

0 commit comments

Comments
 (0)