Skip to content

Commit

Permalink
Update version in gendocs script
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Aug 9, 2019
1 parent cb972a9 commit d8c0b1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ _testmain.go

/bin
/.go

**/apiserver.local.config
2 changes: 1 addition & 1 deletion hack/gencrd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func generateSwaggerJson() {
Codecs: Codecs,
Info: spec.InfoProps{
Title: "Stash",
Version: "v0.8.3",
Version: "v0.9.0-rc.0",
Contact: &spec.ContactInfo{
Name: "AppsCode Inc.",
URL: "https://appscode.com",
Expand Down
2 changes: 1 addition & 1 deletion hack/gendocs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
version = "0.8.3"
version = "0.9.0-rc.0"
)

var (
Expand Down

0 comments on commit d8c0b1d

Please sign in to comment.