Skip to content

Commit

Permalink
Bump version to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 committed Feb 26, 2019
1 parent d69479e commit 2b65026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule AlloyCi.Version do
To update the version, changes to this file and mix.exs are required.
"""

@version "0.9.0"
@version "0.9.1"

@spec version() :: binary()
def version do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AlloyCi.Mixfile do
"""
use Mix.Project

@version "0.9.0"
@version "0.9.1"

def project do
[
Expand Down

0 comments on commit 2b65026

Please sign in to comment.