From 121b5147b40b99a084485759a64e457a4bf19ad5 Mon Sep 17 00:00:00 2001 From: bodiddles Date: Sat, 11 Mar 2017 10:57:48 -0800 Subject: [PATCH] [RUNTIME] Update Runtime Version Number (#263) Updates runtime version to 1.0.1 --- runtime/testy/runtimeUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/testy/runtimeUtil.py b/runtime/testy/runtimeUtil.py index c2655ab2..a5ab67f3 100644 --- a/runtime/testy/runtimeUtil.py +++ b/runtime/testy/runtimeUtil.py @@ -12,7 +12,7 @@ class RUNTIME_CONFIG(Enum): TEST_OUTPUT_DIR = "test_outputs/" VERSION_MAJOR = 1 VERSION_MINOR = 0 - VERSION_PATCH = 0 + VERSION_PATCH = 1 @unique class BAD_EVENTS(Enum):