Skip to content

Commit 41a05ad

Browse files
authored
Merge pull request #22 from grafov/version-bump
Bump version
2 parents f6c8b14 + d4e175d commit 41a05ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go-playground.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Alexander I.Grafov <[email protected]>
77
;; URL: https://github.com/grafov/go-playground
88
;; Keywords: tools, golang
9-
;; Version: 1.7.1
9+
;; Version: 1.8.1
1010
;; Package-Requires: ((emacs "24") (go-mode "1.4.0") (gotest "0.13.0"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
@@ -239,7 +239,7 @@ Tries to look for a URL at point."
239239
(and (bound-and-true-p go-playground-mode)
240240
buffer-file-name
241241
(string-prefix-p (file-truename go-playground-basedir)
242-
(file-truename buffer-file-name))))
242+
(file-truename buffer-file-name))))
243243

244244
(provide 'go-playground)
245245
;;; go-playground.el ends here

0 commit comments

Comments
 (0)