Skip to content

Commit 8de7406

Browse files
committed
Adds version task
1 parent 3adb1a9 commit 8de7406

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rake_tasks/automation.rake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,9 @@ namespace :automation do
122122
File.open(file, 'w') { |f| f.puts content }
123123
end
124124
end
125+
126+
desc 'Show current client version'
127+
task :version do
128+
puts Elasticsearch::VERSION
129+
end
125130
end

0 commit comments

Comments
 (0)