Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Jul 13, 2012
1 parent 8dc1f0c commit cb253a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/systemu.rb
Expand Up @@ -14,7 +14,7 @@ class SystemUniversal
#
# constants
#
SystemUniversal::VERSION = '2.5.1' unless SystemUniversal.send(:const_defined?, :VERSION)
SystemUniversal::VERSION = '2.5.2' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
#
Expand Down
2 changes: 1 addition & 1 deletion systemu.gemspec
Expand Up @@ -3,7 +3,7 @@

Gem::Specification::new do |spec|
spec.name = "systemu"
spec.version = "2.5.1"
spec.version = "2.5.2"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"
Expand Down

0 comments on commit cb253a8

Please sign in to comment.