diff options
Diffstat (limited to 'chame/version.nim')
-rw-r--r-- | chame/version.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chame/version.nim b/chame/version.nim index 962e3da5..dffc85f5 100644 --- a/chame/version.nim +++ b/chame/version.nim @@ -1,3 +1,3 @@ const Major* = 0 const Minor* = 14 -const Patch* = 3 +const Patch* = 4 |