Skip to content

Commit

Permalink
Version 2020.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Feb 21, 2020
1 parent b450aab commit d3ed47d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/2020.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,16 @@ <h2 id="bugs">General bug fixes</h2>
<li>Some files generated by <em>goyacc</em> weren't recognized as being generated.</li>
<li><code>staticcheck</code> no longer fails to check packages that consist exclusively of tests.</li>
</ul>

<h2 id="2020.1.1">Staticcheck 2020.1.1 release notes</h2>

<p>
The 2020.1 release neglected to update the version string stored in
the binary, causing <code>staticcheck -version</code> to incorrectly emit <code>(no version)</code>.
</p>

<h2 id="2020.1.2">Staticcheck 2020.1.2 release notes</h2>

<p>
The 2020.1.1 release incorrectly identified itself as version 2020.1.
</p>
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"runtime"
)

const Version = "2020.1"
const Version = "2020.1.2"

// version returns a version descriptor and reports whether the
// version is a known release.
Expand Down

0 comments on commit d3ed47d

Please sign in to comment.