Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a0b794

Browse files
gopalindiansjosevalim
authored andcommitted
Update elixir version to 1.4.0 (elixir-lang#972)
1 parent b2caac4 commit 2a0b794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/introduction.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Open up `iex` and type the following expressions:
3636
```iex
3737
Erlang/OTP 19 [erts-8.1] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
3838
39-
Interactive Elixir (1.3.4) - press Ctrl+C to exit (type h() ENTER for help)
39+
Interactive Elixir (1.4.0) - press Ctrl+C to exit (type h() ENTER for help)
4040
iex(1)> 40 + 2
4141
42
4242
iex(2)> "hello" <> " world"

0 commit comments

Comments
 (0)