Skip to content

Commit

Permalink
Merge pull request #28 from JdeRobot/issue-27
Browse files Browse the repository at this point in the history
Updated RAM version
  • Loading branch information
ReyDoran authored May 26, 2023
2 parents e235009 + 891b37b commit 6a968eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Manager:
]

def __init__(self, host: str, port: int):
self.version = "3.4.1"
self.version = "5.1.0"
self.__code_loaded = False
self.exercise_id = None
self.machine = Machine(model=self, states=Manager.states, transitions=Manager.transitions,
Expand Down

0 comments on commit 6a968eb

Please sign in to comment.