Skip to content

Commit

Permalink
Bump version 2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Sep 10, 2018
1 parent 15c60f5 commit ed1bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

const RTTYS_VERSION_MAJOR = 2
const RTTYS_VERSION_MINOR = 3
const RTTYS_VERSION_PATCH = 0
const RTTYS_VERSION_PATCH = 1

func rttys_version() string {
return fmt.Sprintf("%d.%d.%d", RTTYS_VERSION_MAJOR, RTTYS_VERSION_MINOR, RTTYS_VERSION_PATCH)
Expand Down

0 comments on commit ed1bfc9

Please sign in to comment.