diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-17 22:01:14 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-17 22:02:30 +0200 |
commit | 3b3b2a9afd41c64e45c3ab59afd6b0bb49458173 (patch) | |
tree | 91ad3dec394fd8f0904b928ea9e7348db26e527c /src/version.nim | |
parent | f868027fed934904718962b69c88cc7e2008e2c3 (diff) | |
download | chawan-3b3b2a9afd41c64e45c3ab59afd6b0bb49458173.tar.gz |
Update monoucha
I meant to fix this enum bug in the previous patch but then I forgot...
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 d7c7de12..55b0062a 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 5, 6) checkVersion("chame", 1, 0, 1) - checkVersion("monoucha", 0, 4, 2) + checkVersion("monoucha", 0, 4, 3) |