summarylogtreecommitdiffstats
path: root/check_version.rb
blob: 7058d3bb2d201b8763cf14554b615ed18587fa29 (plain)
1
2
3
4
5
6
7
#!/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}")