diff options
author | bptato <nincsnevem662@gmail.com> | 2024-07-18 17:56:01 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-07-18 17:56:01 +0200 |
commit | c3b0bf902ef776be86e6c1f3dd292f3a8baa9f79 (patch) | |
tree | f73cdc749d99e73b616391c7ff403fa7ed1c7ab2 /src/version.nim | |
parent | 78274acde82186f1062acbf24c96e977e152b184 (diff) | |
download | chawan-c3b0bf902ef776be86e6c1f3dd292f3a8baa9f79.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 5e493e21..76fc13ce 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, 1) + checkVersion("monoucha", 0, 2, 2) |