Skip to content

Commit

Permalink
v4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
immesys committed Sep 17, 2018
1 parent b840ee7 commit 112e6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/consts.go
Expand Up @@ -3,8 +3,8 @@ package version
import "fmt"

const Major = 4
const Minor = 14
const Subminor = 3
const Minor = 15
const Subminor = 0

var VersionString = fmt.Sprintf("%d.%d.%d", Major, Minor, Subminor)
var BuildDate string

0 comments on commit 112e6f7

Please sign in to comment.