orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
516 stars 53 forks source link

Orchid reports itself as a SNAPSHOT version #365

Closed bjansen closed 4 years ago

bjansen commented 4 years ago

The logs show:

[INFO] Orchid: Running Orchid version 0.20.0-SNAPSHOT, site version 0.1 in debug environment

And OrchidVersion v0.20.0 contains:

    public static String getVersion() {
        return "0.20.0-SNAPSHOT";
    }
cjbrooks12 commented 4 years ago

Ah, good catch. That number is only ever used for display so it shouldn't impact anything in 0.20.0, but I'll make sure it's fixed in the next release.

cjbrooks12 commented 4 years ago

This is now fixed and released in 0.21.0