Commit 89b1088e authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #349 from uberhacker/feature/change-crew-version-to-match-release-tag

Change crew version to match release tag
parents d6f30e0a a855da2e
...@@ -428,7 +428,7 @@ when "remove" ...@@ -428,7 +428,7 @@ when "remove"
abort 'Removing actions must be ran with sudo.' unless USER == 'root' abort 'Removing actions must be ran with sudo.' unless USER == 'root'
remove @pkgName remove @pkgName
when nil when nil
puts "Chromebrew, version 0.2.2" puts "Chromebrew, version 0.4.1"
puts "Usage: crew [command] [package]" puts "Usage: crew [command] [package]"
puts "Available commands: search, download, install, remove, whatprovides" puts "Available commands: search, download, install, remove, whatprovides"
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment