From 0bd169708cf2c2eaffe22d5d7df81f7827c4d94a Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 15 Dec 2020 14:38:54 -0800 Subject: [PATCH] v1.1.11 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"