diff options
Diffstat (limited to 'src/version.nim')
-rw-r--r-- | src/version.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/version.nim b/src/version.nim index 76fc13ce..cf00b3ec 100644 --- a/src/version.nim +++ b/src/version.nim @@ -27,6 +27,6 @@ tryImport chame/version, "chame" tryImport monoucha/version, "monoucha" static: - checkVersion("chagashi", 0, 5, 2) - checkVersion("chame", 1, 0, 0) - checkVersion("monoucha", 0, 2, 2) + checkVersion("chagashi", 0, 5, 3) + checkVersion("chame", 1, 0, 1) + checkVersion("monoucha", 0, 2, 3) |