summarylogtreecommitdiffstats
path: root/check_version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'check_version.rb')
-rwxr-xr-xcheck_version.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/check_version.rb b/check_version.rb
deleted file mode 100755
index 7058d3bb2d20..000000000000
--- a/check_version.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env ruby
-# Print the currently installed Cri version to stdout.
-#
-# This script exists soley for the convenience of the package maintainer.
-require 'cri/version'
-
-puts("Cri::VERSION is #{Cri::VERSION}")