This commit is contained in:
mrg 2020-12-18 13:05:42 -08:00
parent e3bc5454f9
commit bcd837205b
1 changed files with 1 additions and 1 deletions

View File

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