aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-02-14 13:33:01 +0100
committerLoïc Hoguin <[email protected]>2025-02-14 13:33:01 +0100
commit9c8520ab8e9c6f3890ac3251d04fbe0b9514940f (patch)
tree5283ddf388097ddef0136156a3068da6338aa618 /Makefile
parent0923a1b9f8abfdf8ea8331fcd4a55436e9eab344 (diff)
downloadranch-master.tar.gz
ranch-master.tar.bz2
ranch-master.zip
Ranch 2.2.0HEAD2.2.0master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 05aba8a..07c75cb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
PROJECT = ranch
PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
-PROJECT_VERSION = 2.1.0
+PROJECT_VERSION = 2.2.0
PROJECT_REGISTERED = ranch_server
# Options.
@@ -39,8 +39,8 @@ define HEX_TARBALL_EXTRA_METADATA
#{
licenses => [<<"ISC">>],
links => #{
- <<"User guide">> => <<"https://ninenines.eu/docs/en/ranch/2.1/guide/">>,
- <<"Function reference">> => <<"https://ninenines.eu/docs/en/ranch/2.1/manual/">>,
+ <<"User guide">> => <<"https://ninenines.eu/docs/en/ranch/2.2/guide/">>,
+ <<"Function reference">> => <<"https://ninenines.eu/docs/en/ranch/2.2/manual/">>,
<<"GitHub">> => <<"https://github.com/ninenines/ranch">>,
<<"Sponsor">> => <<"https://github.com/sponsors/essen">>
}