Update version to 1.1.4

This commit is contained in:
Matt Guthaus 2020-02-25 08:09:08 -08:00
parent 5409f0be7d
commit 0db0c5a3a9
1 changed files with 1 additions and 1 deletions

View File

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