Skip to content

Commit

Permalink
[v058] pkg/framework version update v0.5.7 -> v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyaev Anton Yuryevich committed Apr 21, 2022
1 parent 0e9720a commit a8c4dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP?=allure-testify
RELEASE?=0.5.0
APP?=allure-go
RELEASE?=0.5.8
GOOS?=darwin

COMMIT?=$(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
github.com/ozontech/allure-go/pkg/allure v0.5.6
github.com/ozontech/allure-go/pkg/framework v0.5.7
github.com/ozontech/allure-go/pkg/framework v0.5.8
)

require (
Expand Down

0 comments on commit a8c4dda

Please sign in to comment.