#!/usr/bin/env ruby
$: << File.expand_path('../../lib', __FILE__)
require 'onapp/engine/version'
puts Onapp::Engine::VERSION
