myGrid/ruby-ro-bundle

View on GitHub
lib/ro-bundle/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
#------------------------------------------------------------------------------
# Copyright (c) 2018 The University of Manchester, UK.
#
# BSD Licenced. See LICENCE.rdoc for details.
#
# Author: Robert Haines
#------------------------------------------------------------------------------

#
module ROBundle
  # The version number of this library as a String.
  VERSION = "0.3.0"
end