Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
刘河 committed Mar 19, 2019
1 parent a66b465 commit c0e2b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/version/version.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package version

const VERSION = "0.18.1"
const VERSION = "0.18.2"

// Compulsory minimum version, Minimum downward compatibility to this version
func GetVersion() string {
return "0.18.1"
return "0.18.2"
}

0 comments on commit c0e2b62

Please sign in to comment.