Skip to content

Commit 2b290b2

Browse files
committed
v1.82131_b4502
1 parent 6edb3db commit 2b290b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

koboldcpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
modelbusy = threading.Lock()
6868
requestsinqueue = 0
6969
defaultport = 5001
70-
KcppVersion = "1.82130"
70+
KcppVersion = "1.82131"
7171
LcppVersion = "b4502"
7272
CudaSpecifics = "Cu124_Ar6175_SMC2_DmmvX32Y1"
7373
ReleaseDate = "2025/01/18"

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=(0, 0, 0, 0),
4-
prodvers=(0, 0, 0, 0),
3+
filevers=(1, 82131, 0, 0),
4+
prodvers=(1, 82131, 0, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,

0 commit comments

Comments
 (0)