Skip to content

Commit

Permalink
Update version to 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyatt committed Nov 14, 2017
1 parent 4ca406f commit 7d2adf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions websocket.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Andrew Hyatt <[email protected]>
;; Keywords: Communication, Websocket, Server
;; Version: 1.8
;; Version: 1.9
;; Package-Requires: ((cl-lib "0.5"))
;;
;; This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -99,7 +99,7 @@ same for the protocols."
accept-string
(inflight-input nil))

(defvar websocket-version "1.5"
(defvar websocket-version "1.9"
"Version numbers of this version of websocket.el.")

(defvar websocket-debug nil
Expand Down

0 comments on commit 7d2adf2

Please sign in to comment.