Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43dd02 commit b2b5da7Copy full SHA for b2b5da7
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
-## [0.27.0-dev]
+## [0.27.0] - 2017-03-17
8
9
### Added
10
- `super`
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.27.0-dev",
+ version: "0.27.0",
elixir: "~> 1.0",
elixirc_paths: elixirc_paths(),
escript: escript_config(),
0 commit comments