Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreer committed Jun 21, 2016
1 parent 1ccf459 commit 6fea6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions floobits.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; Geoff Greer
;; Keywords: comm, tools
;; Package-Requires: ((json "1.2") (highlight "0"))
;; Package-Version: 1.7.1
;; Package-Version: 1.7.2
;; URL: http://github.com/Floobits/floobits-emacs
;; Version: 24.0
;;
Expand Down Expand Up @@ -69,7 +69,7 @@
;; TODO: figure out why we increased max-specpdl-size
(setq max-specpdl-size 1500)

(defconst floobits-version "1.7.1" "Floobits Plugin Version")
(defconst floobits-version "1.7.2" "Floobits Plugin Version")

(defvar floobits-debug nil)
(defvar floobits-agent-host "127.0.0.1")
Expand Down

0 comments on commit 6fea6eb

Please sign in to comment.