diff options
author | Loïc Hoguin <[email protected]> | 2025-02-14 13:33:01 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-14 13:33:01 +0100 |
commit | 9c8520ab8e9c6f3890ac3251d04fbe0b9514940f (patch) | |
tree | 5283ddf388097ddef0136156a3068da6338aa618 /Makefile | |
parent | 0923a1b9f8abfdf8ea8331fcd4a55436e9eab344 (diff) | |
download | ranch-master.tar.gz ranch-master.tar.bz2 ranch-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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">> } |