Bump version to use Nim 0.18.0 (stable) instead of 0.18.1 (not yet released).

This commit is contained in:
Jonathan Bernard
2018-05-14 09:06:45 -05:00
parent 4ed613523b
commit 64fdcb359d
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,7 @@
import docopt, json, osproc, posix, nre, streams, strutils, strtabs, unicode
import docopt, json, osproc, posix, nre, streams, strtabs, unicode
import os except sleep
import strutils except toUpper, toLower
type
CombinedConfig* = object