TypedDevs / bashunit

A simple testing library for bash scripts. Test your bash scripts in the fastest and simplest way, discover the most modern bash testing library.
https://bashunit.typeddevs.com
MIT License
316 stars 27 forks source link

Show hash last commit when in BETA version #261

Closed JesusValera closed 3 months ago

JesusValera commented 3 months ago

📚 Description

When a user downloads the application, if the downloaded version is a beta, next to the info we should show not only the previous release + current date, but also the current hash. That will help to tell the user which is his/her current version and compare if there were new commits in the repo.


image

Check https://github.com/TypedDevs/bashunit/pull/260