version string is old
ilovezfs opened this issue · 1 comments
ilovezfs commented
To correct the version, I'm needing to do
# Fix version
inreplace "cmd/jid/jid.go", "VERSION = \"0.6.2\"",
"VERSION = \"#{version}\""
Is this something I should be passing via LDFLAGS or should it bumped in the code each time it's tagged? Thanks!