summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"