diff options
author | bptato <nincsnevem662@gmail.com> | 2024-10-02 17:12:54 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-10-02 17:12:54 +0200 |
commit | 4ca1c2e58d9f6844b3253dd208fc19dbd8c95875 (patch) | |
tree | 374fbbfcdcb0bc4ce69369559bf99633de3cb193 /src/version.nim | |
parent | bca95ddbbe2e95c3e8a0a995c73fafe1e3015bd3 (diff) | |
download | chawan-4ca1c2e58d9f6844b3253dd208fc19dbd8c95875.tar.gz |
Update monoucha
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 5b9cf346..c616985b 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, 5, 0) + checkVersion("monoucha", 0, 5, 1) |