branch: externals/url-scgi commit 6cccb4b222eb5250e7d4b23d615c578c8aeba3ea Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Bump url-scgi-version version to match header --- url-scgi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url-scgi.el b/url-scgi.el index bdee862473..5e3f5a7ab0 100644 --- a/url-scgi.el +++ b/url-scgi.el @@ -48,7 +48,7 @@ (require 'cl-lib) (require 'url-parse) -(defvar url-scgi-version "0.4" +(defvar url-scgi-version "0.5" "The version of scgi that you're using.") (defvar url-scgi-connection-opened)