simeji/jid

version string is old

ilovezfs opened this issue · 1 comments

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!

@ilovezfs Sorry, I fixed it at #59 .