aboutsummaryrefslogtreecommitdiffstats
path: root/lib/shell/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell/version.rb')
-rw-r--r--lib/shell/version.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/shell/version.rb b/lib/shell/version.rb
index bb4e7dfb8e..f48f781b2c 100644
--- a/lib/shell/version.rb
+++ b/lib/shell/version.rb
@@ -11,6 +11,7 @@
#
class Shell # :nodoc:
- @RELEASE_VERSION = "0.7"
+ VERSION = "0.7"
+ @RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "07/03/20"
end