We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23eb646 commit f7ba5c4Copy full SHA for f7ba5c4
2 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+# v0.10.0-dev
2
+
3
# v0.9.0
4
* Enhancements
5
* an implementation for quote. Currently ignores `:location` and `:context` options
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
6
app: :elixir_script,
7
- version: "0.9.0",
+ version: "0.10.0-dev",
8
elixir: "~> 1.0",
9
escript: escript_config,
10
deps: deps,
0 commit comments