Skip to content

Commit

Permalink
updated version in docs.go (#17)
Browse files Browse the repository at this point in the history
updated swagger doc to point to correct version.
  • Loading branch information
punit-kulal authored Aug 30, 2021
1 parent bb2ee92 commit d58352f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"info": {
"description": "Albatross is a helm cli wrapper and enables using helm via http calls",
"title": "Albatross API.",
"version": "0.1.1"
"version": "v1.0.1"
},
"host": "localhost:8080",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Schemes: http
// Host: localhost:8080
// Version: 0.1.1
// Version: v1.0.1
//
// Consumes:
// - application/json
Expand Down

0 comments on commit d58352f

Please sign in to comment.