We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c5bbf commit c63f1ccCopy full SHA for c63f1cc
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# v0.8.0-dev
+# v0.8.0
2
* Enhancements
3
* Can now support catch blocks in try expressions
4
* Wrapped try's in function closure to make sure they return a value;
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
5
[
6
app: :elixir_script,
7
- version: "0.8.0-dev",
+ version: "0.8.0",
8
elixir: "~> 1.0",
9
escript: escript_config,
10
deps: deps,
0 commit comments