summaryrefslogtreecommitdiff
path: root/bin/erlang-version.escript
blob: 66aae1c4165784b551613d2910b28d49734bf2b4 (plain)
1
2
3

main(_) ->
  io:format("~s~n", [erlang:system_info(otp_release)]).