diff options
author | bptato <nincsnevem662@gmail.com> | 2023-09-19 16:11:37 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-09-19 16:11:37 +0200 |
commit | e8da184531c774a6388576dab3dbe4182eab9473 (patch) | |
tree | fe4fa9f0135c3f946341bfe38b26d547c329b385 /src/version.nim | |
parent | da019595a59a0bfa9d82e0faea915f7d739aa01b (diff) | |
download | chawan-e8da184531c774a6388576dab3dbe4182eab9473.tar.gz |
update chame
and with that, resolve the unknown input type issue
Diffstat (limited to 'src/version.nim')
-rw-r--r-- | src/version.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.nim b/src/version.nim index 5e1976db..90142ab2 100644 --- a/src/version.nim +++ b/src/version.nim @@ -28,4 +28,4 @@ tryImport chame/version, "chame" static: checkVersion("chakasu", 0, 2, 0) - checkVersion("chame", 0, 10, 1) + checkVersion("chame", 0, 11, 0) |