mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-04 13:12:46 -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:
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
Version = "v1.0.0-dev"
|
||||
Version = "v2.0.0-dev"
|
||||
Revision = "HEAD"
|
||||
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
|
||||
|
Reference in New Issue
Block a user