Skip to content

Commit

Permalink
Version 1.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Jul 28, 2018
1 parent eeb08cc commit d9d9df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.13
1.5.14
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import "fmt"
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 13 // Patch version component of the current release
VersionPatch = 14 // Patch version component of the current release
VersionMeta = "flux" // Version metadata to append to the version string
)

Expand Down

0 comments on commit d9d9df5

Please sign in to comment.