Skip to content

Commit 0da388c

Browse files
committed
Release 0.2.3
It now uses HTTPS everywhere (contributed by @leonklingele)
1 parent 7911bc7 commit 0da388c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rfc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
#
55
# Author: Baptiste Fontaine
66
# License: MIT
7-
# Version: 0.2.2
7+
# Version: 0.2.3
88
#
99
# URI: github.com/bfontaine/rfc
1010
#
1111

1212
__rfc() {
1313

14-
local VERSION='0.2.2'
14+
local VERSION='0.2.3'
1515
local PAGER=${PAGER:-less}
1616
local fetch_cmd=${CURL:-curl}
1717
local rfc_dir="${RFC_DIR:-$HOME/.RFCs}"

0 commit comments

Comments
 (0)