mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Create a v2 module and bump version to v2.0.0-dev
The old parser and formatter packages will be replaced with new packages that are not backwards compatible. For this reason we must increment the major version of this module.
This commit is contained in:
parent
2a37e36ac6
commit
5b78a29c68
@ -10,7 +10,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
Version = "v1.0.0-dev"
|
Version = "v2.0.0-dev"
|
||||||
Revision = "HEAD"
|
Revision = "HEAD"
|
||||||
BuildTime string
|
BuildTime string
|
||||||
)
|
)
|
||||||
|
6
go.mod
6
go.mod
@ -1,3 +1,5 @@
|
|||||||
module github.com/jstemmer/go-junit-report
|
module github.com/jstemmer/go-junit-report/v2
|
||||||
|
|
||||||
go 1.2
|
go 1.13
|
||||||
|
|
||||||
|
require github.com/jstemmer/go-junit-report v1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user