Skip to content

Commit

Permalink
fix: semver version format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpuljak committed Mar 11, 2024
1 parent df3dc77 commit 408a941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (p *DockerProvider) Initialize(req provider.InitializeProviderRequest) (*ty
func (p DockerProvider) GetInfo() (provider.ProviderInfo, error) {
return provider.ProviderInfo{
Name: "docker-provider",
Version: "0.0.1",
Version: "v0.0.1",
}, nil
}

Expand Down

0 comments on commit 408a941

Please sign in to comment.