Skip to content

Commit

Permalink
Update version after 1.4.1 release (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Oct 11, 2021
1 parent 63dd8fb commit ec7ad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

const (
serviceName = "package-registry"
version = "1.4.1"
version = "1.4.2"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion testdata/generated/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"service.name": "package-registry",
"service.version": "1.4.1"
"service.version": "1.4.2"
}

0 comments on commit ec7ad02

Please sign in to comment.