Skip to content

Commit 491a60b

Browse files
committed
Set version to 1.12.
1 parent 5be01c6 commit 491a60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websocket.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Andrew Hyatt <[email protected]>
66
;; Keywords: Communication, Websocket, Server
7-
;; Version: 1.11.1
7+
;; Version: 1.12
88
;; Package-Requires: ((cl-lib "0.5"))
99
;;
1010
;; This program is free software; you can redistribute it and/or
@@ -100,7 +100,7 @@ same for the protocols."
100100
accept-string
101101
(inflight-input nil))
102102

103-
(defvar websocket-version "1.11.1"
103+
(defvar websocket-version "1.12"
104104
"Version numbers of this version of websocket.el.")
105105

106106
(defvar websocket-debug nil

0 commit comments

Comments
 (0)