diff --git a/compiler/globals.py b/compiler/globals.py index 07820c83..00f1a2da 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.12" +VERSION = "1.1.13" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"