From 028d2a2954a48d2ebab77157af0156950dfc29c8 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 15 Dec 2020 10:56:45 -0800 Subject: [PATCH] v1.1.10 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"