Skip to content

Commit

Permalink
Version bump to v2.0.4 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
emelianrus authored Oct 3, 2023
1 parent fc75ea6 commit 7e663d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/emelianrus/jenkins-update-center/pkg/jenkinsSite"
"github.com/emelianrus/jenkins-update-center/v2/pkg/jenkinsSite"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/emelianrus/jenkins-update-center
module github.com/emelianrus/jenkins-update-center/v2

go 1.19

Expand Down

0 comments on commit 7e663d1

Please sign in to comment.