File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.1
2+ current_version = 0.2.2
33commit = True
44tag = True
55
66[bumpversion:file:cmd/boltdb/main.go]
77search = fmt.Println(`v{current_version}`)
88replace = fmt.Println(`v{new_version}`)
9+
910[bumpversion:file:ui/package.json]
1011search = " version" : " {current_version}"
1112replace = " version" : " {new_version}"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func Log(handler http.Handler) http.Handler {
2929func main () {
3030 flag .Parse ()
3131 if * version {
32- fmt .Println (`v0.2.1 ` )
32+ fmt .Println (`v0.2.2 ` )
3333 os .Exit (0 )
3434 }
3535 port := os .Getenv ("PORT" )
Original file line number Diff line number Diff line change 11{
22 "name" : " metahub" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
You can’t perform that action at this time.
0 commit comments