Skip to content

Commit 71c443a

Browse files
author
Karl Ranna
authored
feat(connext): upgrade connext:latest to 1.3.6 (#729)
1 parent 7df9380 commit 71c443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/connext/src.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ def __init__(self):
77

88
def get_ref(self, version):
99
if version == "latest":
10-
return "1.3.3"
10+
return "1.3.6"
1111
else:
1212
return version

0 commit comments

Comments
 (0)