Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kshlm committed Sep 18, 2018
1 parent bf3c551 commit 343e9f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ var (

// MaxOpVersion and APIVersion supported
const (
MaxOpVersion = 40100
MaxOpVersion = 50000
APIVersion = 1
)

// GlusterdVersion and GitSHA
// These are set as flags during build time. The current values are just placeholders
var (
GlusterdVersion = "4.1.0"
GlusterdVersion = ""
GitSHA = ""
)

Expand Down

0 comments on commit 343e9f8

Please sign in to comment.