Update version to 1.1.2

This commit is contained in:
Matt Guthaus 2019-10-07 12:28:02 -07:00
parent 84c7146792
commit ccc6a67021
1 changed files with 1 additions and 1 deletions

View File

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