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 139c813f..5bb5d95d 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, 2) - checkVersion("monoucha", 0, 7, 2) + checkVersion("monoucha", 0, 8, 0) |