Skip to content

Commit f7ba5c4

Browse files
committed
0.10.0-dev
1 parent 23eb646 commit f7ba5c4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v0.10.0-dev
2+
13
# v0.9.0
24
* Enhancements
35
* an implementation for quote. Currently ignores `:location` and `:context` options

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
44
def project do
55
[
66
app: :elixir_script,
7-
version: "0.9.0",
7+
version: "0.10.0-dev",
88
elixir: "~> 1.0",
99
escript: escript_config,
1010
deps: deps,

0 commit comments

Comments
 (0)