mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update version to 2.0.0-pre.1
This commit is contained in:
parent
5756b10d5f
commit
5ff3fdd91e
2 changed files with 2 additions and 2 deletions
2
all.sh
2
all.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
KERL_INSTALL_PATH=~/erlang
|
||||
KERL_RELEASES="r16b01 r16b02 r16b03-1 17.0 17.1.2"
|
||||
KERL_RELEASES="17.0 17.1.2 17.3"
|
||||
|
||||
make build-ct-suites
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
{application, cowboy, [
|
||||
{description, "Small, fast, modular HTTP server."},
|
||||
{vsn, "1.0.0"},
|
||||
{vsn, "2.0.0-pre.1"},
|
||||
{modules, []},
|
||||
{registered, [cowboy_clock, cowboy_sup]},
|
||||
{applications, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue