diff options
author | bptato <nincsnevem662@gmail.com> | 2024-02-26 18:30:12 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-02-26 18:30:12 +0100 |
commit | cf6d0df2240762a4a70edf44a89f8e5d73b0b0c0 (patch) | |
tree | 84dffadb8c49fac6ccfe61768adb7ed99675255f /src/version.nim | |
parent | 5d9ce84029a44b9b795cc935369b45ceceb6e188 (diff) | |
download | chawan-cf6d0df2240762a4a70edf44a89f8e5d73b0b0c0.tar.gz |
Update Chagashi
Diffstat (limited to 'src/version.nim')
-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 543c7e68..45f231c3 100644 --- a/src/version.nim +++ b/src/version.nim @@ -27,5 +27,5 @@ tryImport chagashi/version, "chagashi" tryImport chame/version, "chame" static: - checkVersion("chagashi", 0, 4, 1) + checkVersion("chagashi", 0, 4, 2) checkVersion("chame", 0, 14, 3) |