This commit is contained in:
mrg 2020-12-23 11:59:54 -08:00
parent 80c0bccd70
commit 81220068f7
1 changed files with 1 additions and 1 deletions

View File

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