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