koraktor/steam-condenser-ruby

View on GitHub
lib/steam-condenser/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
#
# Copyright (c) 2010-2015, Sebastian Staudt

module SteamCondenser

  # The current version of Steam Condenser
  VERSION = '1.3.11'

end