Files
YouPlot/lib/uplot/version.rb

6 lines
68 B
Ruby
Raw Normal View History

2020-09-19 00:08:09 +09:00
# frozen_string_literal: true
2020-07-28 23:07:15 +09:00
module Uplot
2020-10-11 00:14:18 +09:00
VERSION = '0.2.5'
2020-07-28 23:07:15 +09:00
end