amberframework / amber

A Crystal web framework that makes building applications fast, simple, and enjoyable. Get started with quick prototyping, less bugs, and blazing fast performance.
https://amberframework.org
MIT License
2.57k stars 205 forks source link

Amber CLI (amberframework.org) - v1.0.0rc2 for amber release 1.2.1 #1275

Closed backward-crazy-mage-puppy-36 closed 2 years ago

backward-crazy-mage-puppy-36 commented 2 years ago

Installing amber on macos Catalina using brew install amber or installing by downloading the source files and 'make install' show amber version 1.2.1 being downloaded but once installed the version shown is 1.0.0.rc2 amber -v Amber CLI (amberframework.org) - v1.0.0rc2

crimson-knight commented 2 years ago

That sounds like there are two versions being installed.

Can you try which amber and see if it shows the path for the brew version?

crimson-knight commented 2 years ago

It appears this may be an issue where the version for Amber was not incremented in the code base, but you did in fact install Amber 1.2.1 if you installed via Homebrew.

I made a PR that should resolve this, I'll let you know once it's merged! :)

robacarp commented 2 years ago

Thanks @crimson-knight -- this was fixed with #1280