diff options
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 fc8d4947..093adaf9 100644 --- a/src/version.nim +++ b/src/version.nim @@ -29,4 +29,4 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 5, 4) checkVersion("chame", 1, 0, 1) - checkVersion("monoucha", 0, 4, 0) + checkVersion("monoucha", 0, 4, 1) |