From ccc6a67021fd36a61cdff7218bdd4f6760415050 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 7 Oct 2019 12:28:02 -0700 Subject: [PATCH] Update version to 1.1.2 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index e08e381f..ab489242 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -19,7 +19,7 @@ import re import copy import importlib -VERSION = "1.1.0" +VERSION = "1.1.2" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"