Skip to content

Commit 90c1909

Browse files
Add implementation_version to "kernel_info_reply"
1 parent 7d1030e commit 90c1909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ JSON = "0.18,0.19,0.20,0.21,1"
2727
MbedTLS = "0.5,0.6,0.7,1"
2828
SoftGlobalScope = "1"
2929
ZMQ = "1"
30-
julia = "1.6"
30+
julia = "1.10"

src/handlers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function kernel_info_request(socket, msg)
158158
msg_reply(msg, "kernel_info_reply",
159159
Dict("protocol_version" => "5.0",
160160
"implementation" => "ijulia",
161-
# TODO: "implementation_version" => IJulia version string from Pkg
161+
"implementation_version" => pkgversion(@__MODULE__),
162162
"language_info" =>
163163
Dict("name" => "julia",
164164
"version" =>

0 commit comments

Comments
 (0)