scleradb/sclera

Shell displays incorrect version in the welcome message

prasanroy opened this issue · 1 comments

In Sclera 4.0, the shell displays the welcome message "Welcome to Sclera 4.0-SNAPSHOT". It should be "Welcome to Sclera 4.0".

This happens because the default configuration file in sclera-config version 4.0 has the version hardcoded as "4.0-SNAPSHOT". This should be changed to "4.0".

Corrected in commit c8f7e4f