aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/version.rb')
-rw-r--r--lib/rdoc/version.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rdoc/version.rb b/lib/rdoc/version.rb
new file mode 100644
index 0000000000..5139f8dd4b
--- /dev/null
+++ b/lib/rdoc/version.rb
@@ -0,0 +1,8 @@
+module RDoc
+
+ ##
+ # RDoc version you are using
+
+ VERSION = '6.1.0.beta1'
+
+end