Skip to content

Commit

Permalink
ANN
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy authored Jan 14, 2018
1 parent 2514726 commit 8354bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gosubl/about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
import sublime

ANN = 'a17.12.17-1'
ANN = 'a18.01.14-1'
VERSION = 'r17.12.17-1'
VERSION_PAT = re.compile(r'\d{2}[.]\d{2}[.]\d{2}-\d+', re.IGNORECASE)
DEFAULT_GO_VERSION = 'go?'
Expand Down

0 comments on commit 8354bb3

Please sign in to comment.