diff options
author | bptato <nincsnevem662@gmail.com> | 2024-07-28 20:50:21 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-07-28 20:50:21 +0200 |
commit | dbf2e0e831ebaf8a0e6f375a8f423f87280e7862 (patch) | |
tree | a1cfee2532d5c48d052341b08fdff171a1d350a5 /src | |
parent | 54ed875becbbfaa1a1e86c78592e80f933ebb828 (diff) | |
download | chawan-dbf2e0e831ebaf8a0e6f375a8f423f87280e7862.tar.gz |
Update submodules
Diffstat (limited to 'src')
-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) |