This commit is contained in:
mrg 2020-12-08 10:50:35 -08:00
parent ebe19abf60
commit 971f2ac114
1 changed files with 1 additions and 1 deletions

View File

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