We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f894d commit c130e87Copy full SHA for c130e87
tests/julia/project-binder-dir/verify
@@ -1,7 +1,7 @@
1
#!/usr/bin/env julia
2
3
-if VERSION != v"1.3.1"
4
- println("Julia version should be 1.3.1")
+if VERSION != v"1.3"
+ println("Julia version should be 1.3, got $VERSION")
5
exit(1)
6
end
7
0 commit comments