diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-22 18:23:27 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-22 18:23:27 +0100 |
commit | 3232559179baa31533ba6575f58d5d0ebbfda454 (patch) | |
tree | 919e7da5de24145b7ec1bafe4fa0ef55832ba284 /src | |
parent | e37011aef12e2878af4d9df4ed9ff8327283c01f (diff) | |
download | chawan-3232559179baa31533ba6575f58d5d0ebbfda454.tar.gz |
Update chame
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 5e7a2079..2a0a56e6 100644 --- a/src/version.nim +++ b/src/version.nim @@ -28,5 +28,5 @@ tryImport monoucha/version, "monoucha" static: checkVersion("chagashi", 0, 6, 0) - checkVersion("chame", 1, 0, 1) + checkVersion("chame", 1, 0, 2) checkVersion("monoucha", 0, 7, 0) |