diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-16 18:46:13 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-16 18:46:13 +0100 |
commit | 6a6a0eaea32fd1e75102a663ed6adceef42cbf7c (patch) | |
tree | b82b5f99bdc80c298fbf0fa262e624634646e28d /src | |
parent | 6d106129e46df532188b46b0f0f98c03e5cb8327 (diff) | |
download | chawan-6a6a0eaea32fd1e75102a663ed6adceef42cbf7c.tar.gz |
Update monoucha
Diffstat (limited to 'src')
-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 e8dec9dc..2cf73031 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 6, 0) checkVersion("chame", 1, 0, 1) - checkVersion("monoucha", 0, 5, 5) + checkVersion("monoucha", 0, 6, 0) |