From f66aac3264598eeae31225c62b6a4af52412d407 Mon Sep 17 00:00:00 2001 From: mrg Date: Fri, 8 Oct 2021 09:12:29 -0700 Subject: [PATCH] v1.1.19 --- compiler/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/globals.py b/compiler/globals.py index 15bb4fe9..32c3abc6 100644 --- a/compiler/globals.py +++ b/compiler/globals.py @@ -22,7 +22,7 @@ import getpass import subprocess -VERSION = "1.1.18" +VERSION = "1.1.19" NAME = "OpenRAM v{}".format(VERSION) USAGE = "openram.py [options] \nUse -h for help.\n"