diff options
author | bptato <nincsnevem662@gmail.com> | 2024-07-17 17:57:29 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-07-17 17:57:29 +0200 |
commit | cb2331f924ea17ff0c902a1843983861c2c19e92 (patch) | |
tree | 9e50c30fb66032cec49f356977786c4312e2665b /src/version.nim | |
parent | 6ad61be804056be0e95604bdeac0686d175dd17f (diff) | |
download | chawan-cb2331f924ea17ff0c902a1843983861c2c19e92.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 1e4a80c0..5e493e21 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 5, 2) checkVersion("chame", 1, 0, 0) - checkVersion("monoucha", 0, 2, 0) + checkVersion("monoucha", 0, 2, 1) |