Files
YouPlot/lib/youplot/version.rb

6 lines
70 B
Ruby
Raw Normal View History

2020-09-19 00:08:09 +09:00
# frozen_string_literal: true
2020-11-23 13:09:16 +09:00
module YouPlot
2023-01-09 20:37:34 +09:00
VERSION = '0.4.5'
2020-07-28 23:07:15 +09:00
end