File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- '0.9.0' ,
2
+ '0.9.0-alpha1 ' ,
3
3
[
4
4
{ '0.8.0' , [
5
5
# Upgrade instructions from 0.8.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule Nostrum.Mixfile do
7
7
app: :nostrum ,
8
8
appup: "appup.ex" ,
9
9
compilers: Mix . compilers ( ) ++ [ :appup ] ,
10
- version: "0.9.0-dev " ,
10
+ version: "0.9.0-alpha1 " ,
11
11
elixir: "~> 1.11" ,
12
12
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
13
13
build_embedded: Mix . env ( ) == :prod ,
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ defmodule NostrumTest do
11
11
{ raw_target , _up_instructions , _down_instructions } = appup
12
12
target = Version . parse! ( :erlang . list_to_binary ( raw_target ) )
13
13
14
- assert target . major == @ version . major
15
- assert target . minor == @ version . minor
16
- assert target . patch == @ version . patch
14
+ assert target == @ version
17
15
end
18
16
end
19
17
end
You can’t perform that action at this time.
0 commit comments