Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
[RUNTIME] Update Runtime Version Number (#263)
Browse files Browse the repository at this point in the history
Updates runtime version to 1.0.1
  • Loading branch information
bodiddles authored Mar 11, 2017
1 parent aaba7a2 commit 121b514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/testy/runtimeUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 121b514

Please sign in to comment.