Skip to content

Commit

Permalink
18.04.19-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Apr 19, 2018
1 parent fd6f894 commit 13819a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Please make sure to read all the comments, as enabling it will affect GoSublime

**Changes:**

## 18.04.19-1
* fix margo build failure when `use_gs_gopath` is enabled

## 18.03.26-1
* update gocode
* fix gocode completion showing duplicate function parameter names
Expand Down
4 changes: 2 additions & 2 deletions gosubl/about.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import re
import sublime

ANN = 'a18.03.26-1'
VERSION = 'r18.03.26-1'
ANN = 'a18.04.19-1'
VERSION = 'r18.04.19-1'
VERSION_PAT = re.compile(r'\d{2}[.]\d{2}[.]\d{2}-\d+', re.IGNORECASE)
DEFAULT_GO_VERSION = 'go?'
GO_VERSION_OUTPUT_PAT = re.compile(r'go\s+version\s+(\S+(?:\s+[+]\w+|\s+\([^)]+)?)', re.IGNORECASE)
Expand Down

0 comments on commit 13819a5

Please sign in to comment.