Skip to content

Commit a4ddb37

Browse files
authored
Default batch snapshots to true (#63)
1 parent d0064e3 commit a4ddb37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/commands/upload/snapshots/snapshots.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Snapshots < EmergeCLI::Commands::GlobalOptions
3535

3636
option :profile, type: :boolean, default: false, desc: 'Enable performance profiling metrics'
3737

38-
option :batch, type: :boolean, default: false, desc: 'Upload images in batch using zip file'
38+
option :batch, type: :boolean, default: true, desc: 'Upload images in batch using zip file'
3939

4040
argument :image_paths, type: :array, required: false, desc: 'Paths to folders containing images'
4141

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EmergeCLI
2-
VERSION = '0.7.3'.freeze
2+
VERSION = '0.7.4'.freeze
33
end

0 commit comments

Comments
 (0)