Skip to content

Commit

Permalink
cut version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
packer-ci committed Sep 25, 2020
1 parent 9f8771c commit 5daf04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Version = "1.6.3"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = "dev"
const VersionPrerelease = ""

func FormattedVersion() string {
var versionString bytes.Buffer
Expand Down
2 changes: 1 addition & 1 deletion website/data/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.6.2'
export default '1.6.3'

0 comments on commit 5daf04a

Please sign in to comment.