diff options
author | bptato <nincsnevem662@gmail.com> | 2025-01-13 19:59:02 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-01-13 19:59:02 +0100 |
commit | 6dfcadbf240882082361e9c260a07299999bc855 (patch) | |
tree | d4fd6534388535bfe547da6d0b5630cd283aa06f /src | |
parent | 9b654db9132ee67bce224670b8213a2b4fb8a040 (diff) | |
download | chawan-6dfcadbf240882082361e9c260a07299999bc855.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 7674bbf4..46c0060f 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 7, 0) checkVersion("chame", 1, 0, 3) - checkVersion("monoucha", 0, 8, 0) + checkVersion("monoucha", 0, 9, 0) |