Skip to content

Commit

Permalink
rm version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jjz committed Oct 7, 2018
1 parent 24e7aa8 commit f298925
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 72 deletions.
10 changes: 10 additions & 0 deletions conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ import (
"path"
)

const (
AppMajor uint = 0
AppMinor uint = 0
AppPatch uint = 1

// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "beta"
)

const (
tagName = "default"

Expand Down
72 changes: 0 additions & 72 deletions conf/version.go

This file was deleted.

0 comments on commit f298925

Please sign in to comment.