diff options
author | Loïc Hoguin <[email protected]> | 2017-07-24 11:57:47 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-24 11:57:47 +0200 |
commit | 238ac3afc661046fb554a8bbb62d2b9912023247 (patch) | |
tree | 5c16cb3a7d9f9949bffb48d53dfbff95fa1323cf /Makefile | |
parent | 9860eb88c1a92e6ce99364acf8c9894642acfb9c (diff) | |
download | cowboy-238ac3afc661046fb554a8bbb62d2b9912023247.tar.gz cowboy-238ac3afc661046fb554a8bbb62d2b9912023247.tar.bz2 cowboy-238ac3afc661046fb554a8bbb62d2b9912023247.zip |
Update version to 2.0.0-rc.12.0.0-rc.1
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.0.0-pre.10 +PROJECT_VERSION = 2.0.0-rc.1 PROJECT_REGISTERED = cowboy_clock # Options. |