This commit is contained in:
mrg 2021-01-07 10:33:21 -08:00
parent 37e5c7dbfd
commit f428ff4bfd
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import re
import copy
import importlib
VERSION = "1.1.13"
VERSION = "1.1.14"
NAME = "OpenRAM v{}".format(VERSION)
USAGE = "openram.py [options] <config file>\nUse -h for help.\n"