We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68db3e commit 33c0b7eCopy full SHA for 33c0b7e
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.23.2] - Unreleased
+## [0.23.2] - 2016-11-17
8
9
### Fixed
10
- Agent not functioning properly. Now uses internal store instead of making a process and using that to put data in store
mix.exs
@@ -4,7 +4,7 @@ defmodule ElixirScript.Mixfile do
def project do
[
app: :elixir_script,
- version: "0.23.2-dev",
+ version: "0.23.2",
elixir: "~> 1.0",
escript: escript_config,
deps: deps,
0 commit comments