This commit is contained in:
mrg 2020-12-08 12:05:30 -08:00
parent 9717794400
commit b5e532940c
1 changed files with 1 additions and 1 deletions

View File

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