diff --git a/compiler/globals.py b/compiler/globals.py index a18c6119..32cca4ec 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.9" +VERSION = "1.1.10" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"