aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-04-28 10:41:18 +0200
committerLoïc Hoguin <[email protected]>2023-04-28 10:41:18 +0200
commit9e600f6c1df3c440bc196b66ebbc005d70107217 (patch)
tree841d19f547807c26528f285bea89cc44df42adac /Makefile
parent326939c8a8cf1e4a441601fe557ba97d11ccea3c (diff)
downloadcowboy-9e600f6c1df3c440bc196b66ebbc005d70107217.tar.gz
cowboy-9e600f6c1df3c440bc196b66ebbc005d70107217.tar.bz2
cowboy-9e600f6c1df3c440bc196b66ebbc005d70107217.zip
Cowboy 2.10.02.10.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5f8a0b0..368d30f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = cowboy
PROJECT_DESCRIPTION = Small, fast, modern HTTP server.
-PROJECT_VERSION = 2.9.0
+PROJECT_VERSION = 2.10.0
PROJECT_REGISTERED = cowboy_clock
# Options.
@@ -40,8 +40,8 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
- <<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.9/guide/">>,
- <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.9/manual/">>,
+ <<"User guide">> => <<"https://ninenines.eu/docs/en/cowboy/2.10/guide/">>,
+ <<"Function reference">> => <<"https://ninenines.eu/docs/en/cowboy/2.10/manual/">>,
<<"GitHub">> => <<"https://github.com/ninenines/cowboy">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}