From ae19a3f8b87b7fd1d778d4a35bdb2c449e69e550 Mon Sep 17 00:00:00 2001
From: Sonu Saha <sonu.saha@progress.com>
Date: Tue, 28 Jan 2025 19:24:01 +0530
Subject: [PATCH] chore: minor text change to bump version

Signed-off-by: Sonu Saha <sonu.saha@progress.com>
---
 lib/omnibus-harmony.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/omnibus-harmony.rb b/lib/omnibus-harmony.rb
index b5d502b4..6a95d339 100644
--- a/lib/omnibus-harmony.rb
+++ b/lib/omnibus-harmony.rb
@@ -3,6 +3,6 @@
 module OmnibusHarmony
   class Error < StandardError; end
   def self.hello
-    puts "Hello from Sean Simmons! If you see this message it means that the include rubygem is working."
+    puts "Hello from Sean Simmons! If you see this message it means that the include rubygem is working!"
   end
 end