Skip to content

Commit

Permalink
Update Bakta ToolVersion
Browse files Browse the repository at this point in the history
Updated ToolVersion from 1.1.0 to 1.1.1
  • Loading branch information
St4NNi authored Sep 2, 2021
1 parent 9f29cbb commit f8bb0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func (apiHandler *BaktaJobAPI) Version(ctx context.Context, request *api.Empty)
shaVersion := os.Getenv("GITHUB_SHA")

version := api.VersionResponse{
ToolVersion: "1.1.0",
ToolVersion: "1.1.1",
DbVersion: "3.0.0",
BackendVersion: shaVersion,
}
Expand Down

0 comments on commit f8bb0d6

Please sign in to comment.