aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-03-25 12:21:47 +0100
committerLoïc Hoguin <[email protected]>2020-03-25 12:21:47 +0100
commitd1d02a0ebc1a5d9852b7fe5216ac4ce628fb1744 (patch)
treeb77e524581bf799f4642a1156a5709ced97c024c /ebin
parente433fafcd5e98ba06536dcc48c1049c72243b1cd (diff)
downloadgun-d1d02a0ebc1a5d9852b7fe5216ac4ce628fb1744.tar.gz
gun-d1d02a0ebc1a5d9852b7fe5216ac4ce628fb1744.tar.bz2
gun-d1d02a0ebc1a5d9852b7fe5216ac4ce628fb1744.zip
Gun 2.0.0-pre.22.0.0-pre.2
Diffstat (limited to 'ebin')
-rw-r--r--ebin/gun.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/gun.app b/ebin/gun.app
index 8481a9f..affc6fd 100644
--- a/ebin/gun.app
+++ b/ebin/gun.app
@@ -1,6 +1,6 @@
{application, 'gun', [
{description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
- {vsn, "2.0.0-pre.1"},
+ {vsn, "2.0.0-pre.2"},
{modules, ['gun','gun_app','gun_content_handler','gun_cookies','gun_cookies_list','gun_data_h','gun_default_event_h','gun_event','gun_http','gun_http2','gun_public_suffix','gun_raw','gun_socks','gun_sse_h','gun_sup','gun_tcp','gun_tls','gun_tls_proxy','gun_tls_proxy_cb','gun_ws','gun_ws_h']},
{registered, [gun_sup]},
{applications, [kernel,stdlib,ssl,cowlib]},