Skip to content

Commit e9bedb1

Browse files
committedAug 18, 2015
bump development version
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent d07bf89 commit e9bedb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎repo/config/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// CurrentVersionNumber is the current application's version literal
11-
const CurrentVersionNumber = "0.3.7"
11+
const CurrentVersionNumber = "0.3.8-dev"
1212

1313
// Version regulates checking if the most recent version is run
1414
type Version struct {

0 commit comments

Comments
 (0)
Please sign in to comment.