aboutsummaryrefslogtreecommitdiffstats
path: root/lib/csv/version.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csv/version.rb')
-rw-r--r--lib/csv/version.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/csv/version.rb b/lib/csv/version.rb
new file mode 100644
index 0000000000..35adea3a92
--- /dev/null
+++ b/lib/csv/version.rb
@@ -0,0 +1,6 @@
+# frozen_string_literal: true
+
+class CSV
+ # The version of the installed library.
+ VERSION = "1.0.2"
+end