Skip to content

Commit

Permalink
(cargo-release) version 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hansihe authored and azdlowry committed Jul 11, 2018
1 parent d929a49 commit 5e5be75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rustler"
description = "Safe Rust wrappers for creating Erlang NIF functions"
repository = "https://github.com/hansihe/Rustler"
version = "0.17.1-alpha.0"
version = "0.17.1"
authors = ["Hansihe <[email protected]>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rustler_codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rustler_codegen"
description = "Compiler plugin for Rustler"
repository = "https://github.com/hansihe/rustler/tree/master/rustler_codegen"
# rustler_codegen version
version = "0.17.0"
version = "0.17.1"
authors = ["Hansihe <[email protected]>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rustler_mix/lib/rustler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ defmodule Rustler do
end

@doc false
def rustler_version, do: "0.17.0"
def rustler_version, do: "0.17.1"

@doc """
Supported NIF API versions.
Expand Down
2 changes: 1 addition & 1 deletion rustler_mix/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Rustler.Mixfile do

def project do
[app: :rustler,
version: "0.17.0", # Auto updated by cargo release, do not modify this line.
version: "0.17.1", # Auto updated by cargo release, do not modify this line.
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 5e5be75

Please sign in to comment.