Skip to content

Commit

Permalink
Linting (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Jan 22, 2024
1 parent e4e96ac commit a88a10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfversion/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ var (
Version1_5_0 *version.Version = version.Must(version.NewVersion("1.5.0"))
Version1_6_0 *version.Version = version.Must(version.NewVersion("1.6.0"))
Version1_7_0 *version.Version = version.Must(version.NewVersion("1.7.0"))
Version1_8_0 *version.Version = version.Must(version.NewVersion("1.8.0"))
Version1_8_0 *version.Version = version.Must(version.NewVersion("1.8.0"))
)

0 comments on commit a88a10d

Please sign in to comment.