Skip to content

Commit

Permalink
* Fixed printing of Buckaroo version in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
njlr committed Aug 11, 2017
1 parent 420be83 commit 174d8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private VersionCommand() {

@Override
public Function<FileSystem, Observable<Event>> routine() {
return fs -> Observable.just(Notification.of(Buckaroo.version.toString()));
return fs -> Observable.just(Notification.of(Buckaroo.version.encode()));
}

@Override
Expand Down

0 comments on commit 174d8ff

Please sign in to comment.