Skip to content

Commit

Permalink
Changed Version
Browse files Browse the repository at this point in the history
Changed Tool Version (1.0.4 -> 1.1.0)
Changed DB Version (2.0.0 -> 3.0.0)
  • Loading branch information
St4NNi authored Aug 26, 2021
1 parent 5e3a913 commit 9f29cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endpoints/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ func (apiHandler *BaktaJobAPI) Version(ctx context.Context, request *api.Empty)
shaVersion := os.Getenv("GITHUB_SHA")

version := api.VersionResponse{
ToolVersion: "1.0.4",
DbVersion: "2.0.0",
ToolVersion: "1.1.0",
DbVersion: "3.0.0",
BackendVersion: shaVersion,
}

Expand Down

0 comments on commit 9f29cbb

Please sign in to comment.