summaryrefslogtreecommitdiff
path: root/lib/shell/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shell/version.rb')
-rw-r--r--lib/shell/version.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/shell/version.rb b/lib/shell/version.rb
index 46b3425afa..bb4e7dfb8e 100644
--- a/lib/shell/version.rb
+++ b/lib/shell/version.rb
@@ -1,16 +1,16 @@
+# frozen_string_literal: false
#
# version.rb - shell version definition file
-# $Release Version: 0.6.0$
-# $Revision: 1.1 $
-# $Date: 2001/05/17 10:02:48 $
-# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd)
+# $Release Version: 0.7$
+# $Revision$
+# by Keiju ISHITSUKA(keiju@ruby-lang.org)
#
# --
#
-#
+#
#
-class Shell
- @RELEASE_VERSION = "0.6.0"
- @LAST_UPDATE_DATE = "01/03/19"
+class Shell # :nodoc:
+ @RELEASE_VERSION = "0.7"
+ @LAST_UPDATE_DATE = "07/03/20"
end