Skip to content

Commit

Permalink
Mark 0.9.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jun 1, 2023
1 parent f3ceb26 commit 1d58800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appup.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
'0.9.0',
'0.9.0-alpha1',
[
{'0.8.0', [
# Upgrade instructions from 0.8.0
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Nostrum.Mixfile do
app: :nostrum,
appup: "appup.ex",
compilers: Mix.compilers() ++ [:appup],
version: "0.9.0-dev",
version: "0.9.0-alpha1",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down
4 changes: 1 addition & 3 deletions test/nostrum_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ defmodule NostrumTest do
{raw_target, _up_instructions, _down_instructions} = appup
target = Version.parse!(:erlang.list_to_binary(raw_target))

assert target.major == @version.major
assert target.minor == @version.minor
assert target.patch == @version.patch
assert target == @version
end
end
end

0 comments on commit 1d58800

Please sign in to comment.