Skip to content

Commit

Permalink
update version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmguo committed Dec 21, 2018
1 parent 3d37a46 commit 945222e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/backend/controllers/openapi/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Schemes: https
// Host: localhost
// BasePath: /openapi/v1/gateway/action
// Version: v1.1.0
// Version: v1.2.0
//
// Consumes:
// - application/json
Expand Down
2 changes: 1 addition & 1 deletion src/backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/Qihoo360/wayne/src/backend/cmd"
)

const Version = "v1.1.0"
const Version = "v1.2.0"

func main() {
cmd.Version = Version
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "v1.1.0",
"version": "v1.2.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 945222e

Please sign in to comment.