Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Aug 11, 2019
1 parent 21348ea commit d0e3761
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
sudo: false
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Peach is a web server for multi-language, real-time synchronization and searchable documentation.

#### Current version: 0.9.7
#### Current version: 0.9.8

## Getting Help

Expand Down
2 changes: 1 addition & 1 deletion peach.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/peachdocs/peach/pkg/setting"
)

const APP_VER = "0.9.7.0807"
const APP_VER = "0.9.8.0810"

func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
Expand Down

0 comments on commit d0e3761

Please sign in to comment.