Skip to content

Commit

Permalink
fix: add "v" to ftl version (#950)
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
wesbillman authored Feb 16, 2024
1 parent 70d7bc6 commit 7039d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ module main
go {{ .GoVersion }}

{{ if ne .FTLVersion "" }}
require github.com/TBD54566975/ftl {{ .FTLVersion }}
require github.com/TBD54566975/ftl v{{ .FTLVersion }}
{{ end }}

0 comments on commit 7039d99

Please sign in to comment.