diff options
author | Loïc Hoguin <[email protected]> | 2018-01-24 11:50:07 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-01-24 11:50:07 +0100 |
commit | 8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10 (patch) | |
tree | 645454addb5a80e9d4cb3beb7c204fa6e139e894 /Makefile | |
parent | 819a47a220dcee309093721ea3c28e20ebfe246a (diff) | |
download | cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.gz cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.bz2 cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.zip |
Update Cowboy to 2.2.22.2.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PROJECT = cowboy PROJECT_DESCRIPTION = Small, fast, modern HTTP server. -PROJECT_VERSION = 2.2.1 +PROJECT_VERSION = 2.2.2 PROJECT_REGISTERED = cowboy_clock # Options. |