diff --git a/compiler/globals.py b/compiler/globals.py index 68d055ff..b0586b38 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -22,7 +22,7 @@ import getpass import subprocess -VERSION = "1.1.15" +VERSION = "1.1.16" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"