From 0db0c5a3a914b03dfce7f011464d1c0d25a4f56c Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Tue, 25 Feb 2020 08:09:08 -0800 Subject: [PATCH] Update version to 1.1.4 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 70e4b54b..3277ab1d 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.3" +VERSION = "1.1.4" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"