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