diff options
m--------- | lib/monoucha | 10 | ||||
-rw-r--r-- | src/version.nim | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/monoucha b/lib/monoucha -Subproject c388e58127465687fe3c9353feb3185c1de0e90 +Subproject 1dd173c6c4dcbdf0f6be135235048ab742c9939 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) |