Skip to content

_VERSION still says 3.1.0 #79

Description

@Chipsterjulien

Hi,

This is a very small thing, probably just an oversight, but I noticed that inspect._VERSION still says:

inspect._VERSION = 'inspect.lua 3.1.0'

in both inspect.tl and the generated inspect.lua.

It is still the case in the v3.1.3 tag, even though the changelog includes releases 3.1.1, 3.1.2 and 3.1.3.

So nothing serious at all, but anyone checking inspect._VERSION gets an outdated version number.

For the v3.1.3 tag, I guess it should simply be:

inspect._VERSION = 'inspect.lua 3.1.3'

Just thought it was worth mentioning 🙂

And thx for all the work you’ve put into inspect.lua!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions