Skip to content

Commit

Permalink
:neckbeard: Generate an alpha 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Apr 8, 2019
1 parent 51ddc0c commit ce6afa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#---------------------------------#

# version format
version: 1.7.{build}
version: 2.0.{build}-alpha
pull_requests:
do_not_increment_build_number: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@

[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
[assembly: AssemblyInformationalVersion("0.0.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@

[assembly: AssemblyVersion("0.0.0.1")]
[assembly: AssemblyFileVersion("0.0.0.1")]
[assembly: AssemblyInformationalVersion("0.0.0.1")]

0 comments on commit ce6afa4

Please sign in to comment.