Skip to content

Commit

Permalink
Updated embedded Waldo Go CLI to latest and greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
eBardX committed Mar 25, 2022
1 parent 2040f44 commit 014f535
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

© 2018 Amolo Atelier, Inc.
© 2018–2022 Amolo Atelier, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified lib/fastlane/plugin/waldo/assets/waldo-linux-arm64
Binary file not shown.
Binary file modified lib/fastlane/plugin/waldo/assets/waldo-linux-x86_64
Binary file not shown.
Binary file modified lib/fastlane/plugin/waldo/assets/waldo-macos-arm64
Binary file not shown.
Binary file modified lib/fastlane/plugin/waldo/assets/waldo-macos-x86_64
Binary file not shown.
Binary file modified lib/fastlane/plugin/waldo/assets/waldo-windows-arm64.exe
Binary file not shown.
Binary file modified lib/fastlane/plugin/waldo/assets/waldo-windows-x86_64.exe
Binary file not shown.
1 change: 1 addition & 0 deletions lib/fastlane/plugin/waldo/helper/waldo_helper.rb
Expand Up @@ -99,6 +99,7 @@ def self.upload_build(params)
command << "WALDO_WRAPPER_VERSION_OVERRIDE='#{Fastlane::Waldo::VERSION}'"

command << get_binary_path.shellescape
command << "upload"

if params[:git_branch]
command << '--git_branch'
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/waldo/version.rb
@@ -1,5 +1,5 @@
module Fastlane
module Waldo
VERSION = "3.0.0"
VERSION = "3.0.1"
end
end

0 comments on commit 014f535

Please sign in to comment.