From 971f2ac114a736b91f974c519b5bc78a47c31973 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 8 Dec 2020 10:50:35 -0800 Subject: [PATCH] v1.1.8 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 6d0c1d9c..968de520 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.7" +VERSION = "1.1.8" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"