summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2011-11-06 20:53:39 -0700
committerara.t.howard <ara.t.howard@gmail.com>2011-11-06 20:53:39 -0700
commit00d2f05423bffc8d8dcee52461abc318b984b098 (patch)
tree4ce2e71c8497d019dae9f691912bb715abc12357
parent6e0b90b18a1733ce5fc35215c4b34a843c9e741a (diff)
downloadsystemu-00d2f05423bffc8d8dcee52461abc318b984b098.tar.gz
bump version. release 2.4.1.
-rw-r--r--lib/systemu.rb2
-rw-r--r--systemu.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/systemu.rb b/lib/systemu.rb
index 9121367..d2496dc 100644
--- a/lib/systemu.rb
+++ b/lib/systemu.rb
@@ -13,7 +13,7 @@ class SystemUniversal
#
# constants
#
- SystemUniversal::VERSION = '2.4.0' unless SystemUniversal.send(:const_defined?, :VERSION)
+ SystemUniversal::VERSION = '2.4.1' unless SystemUniversal.send(:const_defined?, :VERSION)
def SystemUniversal.version() SystemUniversal::VERSION end
def version() SystemUniversal::VERSION end
#
diff --git a/systemu.gemspec b/systemu.gemspec
index c1f6a31..b7605dc 100644
--- a/systemu.gemspec
+++ b/systemu.gemspec
@@ -3,7 +3,7 @@
Gem::Specification::new do |spec|
spec.name = "systemu"
- spec.version = "2.3.1"
+ spec.version = "2.4.1"
spec.platform = Gem::Platform::RUBY
spec.summary = "systemu"
spec.description = "description: systemu kicks the ass"